-
Notifications
You must be signed in to change notification settings - Fork 13
Device Protocol
bggardner edited this page Jan 21, 2018
·
3 revisions
This article describes the actions taken by a device in response to an event.
-
Initial power-on
- Send BaseStationKeypadPowerOnUpdate
- Send BaseStationKeypadTestModeOnUpdate
- Send BaseStationClearSensorError1Update*
- Send BaseStationClearSensorError2Update*
- Send BaseStationClearSensorError3Update*
- Send BaseStationClearSensorError4Update*
* May be replaced by BaseStationSensorErrorUpdate
-
Power outage
- Send BaseStationKeypadStatusUpdate (ErrorFlags.POWER_OUTAGE = 1)
-
Power restored
- Send BaseStationKeypadStatusUpdate (ErrorFlags.POWER_OUTAGE = 0)
-
Test mode timeout (after 20 minutes)
- Send BaseStationKeypadTestModeOffUpdate
-
No link to dispatcher
- Send BaseStationKeypadStatusUpdate (ErrorFlags.NO_LINK_TO_DISPATCHER = 1)
-
Dispatcher link restored
- Send BaseStationKeypadStatusUpdate (ErrorFlags.NO_LINK_TO_DISPATCHER = 0)
-
Received KeypadHomeRequest
- Send BaseStationKeypadHomeResponse
-
Received KeypadAwayRequest
- SendBaseStationKeypadAwayResponse
-
Received KeypadPanicRequest or KeychainRemoteMessage (EventType.PANIC) or PanicButton (EventType.BUTTON_PRESS)
- Send BaseStationKeypadAlarmUpdate
-
Received KeypadAlarmPinRequest
- Send BaseStationKeypadAlarmPinResponse