You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg payload should be UP, DOWN, or OFF. These are macros/constants defined in constants.h
Pulse the new actuator state (UP, DOWN, OFF) to the environmentSimulator along with the climate variable. The climate variable will be TEMP and is a macro defined in constants.h (ex: PULSE(TEMP;UP)
msgReply to manager after a successful pulse with the new actuator state. UP, DOWN, OFF
TempActuator Details
msgRecieve()