E_LON_scene_config_t

Used by: SNVT_scene_cfg

TYPE E_LON_scene_config_t :
(
  eLON_SCF_NUL     := -1,
  eLON_SCF_SAVE    := 0,
  eLON_SCF_CLEAR   := 1,
  eLON_SCF_REPORT  := 2,
  eLON_SCF_SIZE    := 3,
  eLON_SCF_FREE    := 4
)
END_TYPE

eLON_SCF_NUL: Invalid Value

eLON_SCF_SAVE: Overwrite this scene with new data

eLON_SCF_CLEAR: Delete this scene from the list

eLON_SCF_REPORT: Display this scene's data

eLON_SCF_SIZE: Report the number of programmed scenes

eLON_SCF_FREE: Report the number of free scene storage spaces