Skip to content

ActuatorScheduleState

Jereme Haack edited this page Sep 12, 2014 · 1 revision

Schedule State Broadcast

Periodically the ActuatorAgent will publish the state of all currently used devices.

For each device the ActuatorAgent will publish to an associated topic:

#python
'RTU/actuators/schedule/announce/<full device path>'

With the following header:

#python
{
    'requesterID': <Agent with access>,
    'taskID': <Task associated with the time slot>
    'window': <Seconds remaining in the time slot>
}

The frequency of the updates is configurable with the "schedule_publish_interval" setting.

Clone this wiki locally