This command, can be used to setup notifications of ignition status changes.

Synopsis

IGNITION EVENTS [<argument>]

Arguments

Argument Meaning
<none> Used to get actual notification status.
Returns ON or OFF tokens followed by OK line.
NOTIFY Used to be notifyed when button is pressed.
Returns only OK.
SILENT Used to unregister notification feature on buttons status changes.
Returns only OK.

Events

If enabled, unsolicited events will be triggered on ignition status changes.

EVNT INGNITION ON
EVNT INGNITION OFF

If enabled, unsolicited events will be triggered before shutdown procedure, indicating the remaining seconds before send shutdown signal to Raspberry Pi.

EVNT GOTOSLEEP 30
EVNT GOTOSLEEP 29
EVNT GOTOSLEEP ..
EVNT GOTOSLEEP 0

Notes

  1. Notification settings, are not power loss safe. If you disconnect Carberry from power supply or a watchdog reset rises, all notifications will be disabled.
  2. Read more about Shutdown Procedure.