-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Looking at https://snap-one.github.io/docs-driverworks-proxyprotocol/#light-v2-variables it appears that it is missing OS 3.3+ variables for lighting proxy devices.
I think I know what these ones are - though they're undocumented.
LIGHT_BRIGHTNESS_RAW = 1101,
LIGHT_BRIGHTNESS_TARGET_PERCENT = 1110,
LIGHT_BRIGHTNESS_TARGET_RAW = 1111,
These exist on the driver and have values but are not documented.
UNKNOWN_VARIABLE_A = 1120,
UNKNOWN_VARIABLE_B = 1121,
UNKNOWN_VARIABLE_C = 1200,
UNKNOWN_VARIABLE_D = 1201,
UNKNOWN_VARIABLE_E = 1202,
UNKNOWN_VARIABLE_F = 1203,
UNKNOWN_VARIABLE_G = 1204,
UNKNOWN_VARIABLE_H = 1210,
UNKNOWN_VARIABLE_I = 1211,
UNKNOWN_VARIABLE_J = 1212,
UNKNOWN_VARIABLE_K = 1213,
UNKNOWN_VARIABLE_L = 1214,
UNKNOWN_VARIABLE_M = 1310,
UNKNOWN_VARIABLE_N = 1311,