Hello,
I slightly modified examples\multiprotocol\experimental\ble_zigbee_dynamic_color_light_bulb_thingy so that it can receive changes in the color temperature attribute.
switch (attr_id) { ... case ZB_ZCL_ATTR_COLOR_CONTROL_COLOR_TEMPERATURE_ID: color_control_set_color_temperature(value); break; ... }
In Zigbee packet sniffer I see that command "Move to Color Temperature" is sent
But I receive zero in
p_device_cb_param->cb_param.set_attr_value_param.values.data16
Although p_device_cb_param->cb_param.set_attr_value_param.values.data32 contains some value but it's not what I would expect at all.
There is nothing is the payload which might remotely resemble the color temperature I sent - 288 Mired or 0x0120.
I would very much appreciate it if you can point to any mistake.
Best regards,
Sergey