Other Parts Discussed in Thread: Z-STACK
I am playing with Z-Stack Home 1.2.1 (sample light/switch).
By checking the zcl_general.c/h source codes, I can see the groups and scenes clusters are implemented.
However, when I tried to read attributes in these two clusters, all responses are 'attribute not supported' (status 0x86).
Checking the source codes also verified this observation.
According to ZCL specs, most of attributes in these two clusters are mandatory.
Does that mean I have to implement them myself or I am missing something?