-
Notifications
You must be signed in to change notification settings - Fork 1
ActuatorScheduleState
Jereme Haack edited this page Sep 12, 2014
·
1 revision
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.