For AI agents: visit https://sprde.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
SPRDEGuidesAPI Reference
HomeGuidesAPI ReferenceChangelogDiscussions
zoidberg

GuidesAPI ReferenceLog InSPRDE
API Reference
Log In
zoidberg

algotron.core

  • User
    • User.login( name )
  • Simulation
    • Constructor
    • add_object( object_name )
    • add_sensor( sensor_name, object_name, rate, states )
  • Object
    • Constructor
    • get_state( state_name )
  • set_state( state_name, value )
  • Sensor
    • Constructor
    • get_state( state_name )

algotron.hugnman

  • Hugnman
    • Constructor
    • do( command )

algotron.watchdog

  • Sergeant
    • Constructor
    • ready()
    • detach()

algotron.listener

  • Listener
    • Constructor
    • start( tick_fn )
Powered by 
  1. algotron.core

Simulation

Simulation represent a simulated smart home environment.

Updated about 9 years ago


Updated about 9 years ago