active_bright not documented

Hi,

in https://www.yeelight.com/download/Yeelight_Inter-Operation_Spec.pdf
i don’t see any notice about active_bright property, but i found myself using it instead of other properties, when using ceiling light, which supports also moon mode. Simple “bright” property seems to not work well here.

Would be great,if property is documented.

Is there possibility to simply get all supported properties of lamp and list of all supported methods over control protocol?

best regards
jan

Please try method “get_prop”.

i didn’t get what exactly you mean. With get_prop i have to enumerate all properties i want to get back.
According to documentation it requires 1-N arguments.
I tried all of
{“id”:1,“method”:“get_prop”,“params”:[]}
{“id”:1,“method”:“get_prop”,“params”:[""]}
{“id”:1,“method”:“get_prop”,“params”:["*"]}
but i won’t get list of all supported properties.

And existence of active_bright i know only from notifications pushed by light…

any update?