Light V2 Commands
TOGGLE navigation link leads to Fan proxy
Light V2 Protocol Notifications
BUTTON ACTION navigation link leads to Light V2 Commands BUTTON ACTION
CLICK COUNT navigation link leads to Keypad proxy
ONLINE CHANGED navigation link leads to Keypad proxy
Light V2 Variables navigation link does not work (or the section is empty) - I think the variables are mistakenly under (Light V2's) ONLINE CHANGED section.
I don't see the following proxy commands documented (based on my own testing with a skeleton/template driver and looking at knx_switch.c4i source code):
LIGHT_LEVEL_CHANGED
GET_LIGHT_LEVEL
GET_CONNECTED_STATE
SYNCHRONIZE
ON
OFF
TOGGLE_PRESET
PUSH_TOGGLE_BUTTON
RELEASE_TOGGLE_BUTTON
There should be some note (or a link to the proper section) about handling DO_PUSH, DO_RELEASE, DO_CLICK coming from BUTTON_LINK connections.
CLEAR_ALL_SCENES
PUSH_SCENE
REMOVE_SCENE
ALL_SCENES_PUSHED
ACTIVATE_SCENE
RAMP_SCENE_UP
RAMP_SCENE_DOWN
STOP_RAMP_SCENE
Are Advanced Lighting Scenes documented at all?
What about light group commands? https://forums.control4.com/fb.aspx?m=496138
I don't see it mentioned anywhere in the docs - with switch (on/off) lights, should (must) LIGHT_LEVEL = 0 be used for the OFF state and LIGHT_LEVEL = 100 for the ON state?
I think that the light_v2 proxy with it being tied to or intertwined with the keypad proxy is a bit of a mess. BUTTON_ACTION and DO_PUSH et al. seem to overlap etc.
Why do navigators send BUTTON_ACTION instead of simple ON, OFF, TOGGLE?