homeMonitoring top-level constant

NotificationType const homeMonitoring

Implementation

const homeMonitoring = NotificationType(
  /* 0x16 */ NOTIFICATION_TYPE_HOME_MONITORING, 'Home monitoring', //
  [
    NotificationValue(0, 'State idle' //
        // Notification value for the state variable going to idle. (V5)
        ),
    NotificationValue(1, 'Home occupied (location provided)' //
        // Node Location Report
        // (Node Naming and Location Command Class)
        // This state is used to indicate that a sensor detects that the home is currently occupied
        ),
    NotificationValue(2, 'Home occupied' //
        // This state is used to indicate that a sensor detects that the home is currently occupied
        ),
  ],
);