initialization routine
| 91 | |
| 92 | //initialization routine |
| 93 | void EX_Alarm::init() |
| 94 | { |
| 95 | refresh(); //update ST Cloud with initial data |
| 96 | } |
| 97 | |
| 98 | //called periodically to ensure state of the Alarm Siren is up to date in the SmartThings Cloud (in case an event is missed) |
| 99 | void EX_Alarm::refresh() |
nothing calls this directly
no outgoing calls
no test coverage detected