E_LON_scene_t

Used by: SNVT_scene

TYPE E_LON_scene_t :
(
  eLON_SC_NUL         := -1,
  eLON_SC_RECALL      := 0,
  eLON_SC_LEARN       := 1,
  eLON_SC_DISPLAY     := 2,
  eLON_SC_GROUP_OFF       := 3,
  eLON_SC_GROUP_ON    := 4,
  eLON_SC_STATUS_OFF      := 5,
  eLON_SC_STATUS_ON       := 6,
  eLON_SC_STATUS_MIXED    := 7,
  eLON_SC_GROUP_STATUS    := 8,
  eLON_SC_FLICK       := 9,
  eLON_SC_TIMEOUT     := 10,
  eLON_SC_TIMEOUT_FLICK   := 11,
  eLON_SC_DELAYOFF    := 12,
  eLON_SC_DELAYOFF_FLICK  := 13,
  eLON_SC_DELAYON     := 14,
  eLON_SC_ENABLE_GROUP    := 15,
  eLON_SC_DISABLE_GROUP   := 16,
  eLON_SC_CLEANON     := 17,
  eLON_SC_CLEANOFF    := 18,
  eLON_SC_WINK        := 19,
  eLON_SC_RESET       := 20,
  eLON_SC_MODE1       := 21,
  eLON_SC_MODE2       := 22,
  eLON_SC_MODE3       := 23
)
END_TYPE

eLON_SC_NUL: Invalid value

eLON_SC_RECALL: Recall a specified scene.

eLON_SC_LEARN: Store the current setting in the specified scene.

eLON_SC_DISPLAY: Display the current scene.

eLON_SC_GROUP_OFF: Report current group is off.

eLON_SC_GROUP_ON: Report current group is on.

eLON_SC_STATUS_OFF: Report current status is off.

eLON_SC_STATUS_ON: Report current status is on.

eLON_SC_STATUS_MIXED: Report current status is mixed.

eLON_SC_GROUP_STATUS: Get group status.

eLON_SC_FLICK: Toggle state off and then on.

eLON_SC_TIMEOUT: Report a timeout occured.

eLON_SC_TIMEOUT_FLICK: Report a timeout occured for a flick warning.

eLON_SC_DELAYOFF: Set the state to off after a delay.

eLON_SC_DELAYOFF_FLICK: Flick and then set the state to off after a delay.

eLON_SC_DELAYON: Set the state to on after a delay.

eLON_SC_ENABLE_GROUP: Enable the current group.

eLON_SC_DISABLE_GROUP: Disable the current group.

eLON_SC_CLEANON: Recall the cleaning scene.

eLON_SC_CLEANOFF: Restore the previous scene.

eLON_SC_WINK: Toggle to the opposite state and then restore the state.

eLON_SC_RESET: Restore the factory default scene table.

eLON_SC_MODE1: Manufacturer-specific mode 1.

eLON_SC_MODE2: Manufacturer-specific mode 2.

eLON_SC_MODE3: Manufacturer-specific mode 3.