I have 2 x Sengled Smart LED Tunable White A19 Bulbs but there is no Color Temperature slider, The devices are named “light.sengled_z01_a19nae26_906c0103_level_light_color_on_off” and “light.sengled_z01_a19nae26_43100103_level_light_color_on_off”… to me light_color should mean color_temp would be available…
{
"node_descriptor": "<NodeDescriptor byte1=2 byte2=64 mac_capability_flags=140 manufacturer_code=4448 maximum_buffer_size=82 maximum_incoming_transfer_size=82 server_mask=0 maximum_outgoing_transfer_size=82 descriptor_capability_field=0>",
"endpoints": {
"1": {
"profile_id": 260,
"device_type": "0x0101",
"in_clusters": [
"0x0000",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0x0008",
"0x0300",
"0x0702",
"0x0b05"
],
"out_clusters": [
"0x0019"
]
}
},
"manufacturer": "sengled",
"model": "Z01-A19NAE26",
"class": "zigpy.device.Device"
}
My OSRAM Lightify A19 Tunable While bulb does have a color temperature slider:
{
"node_descriptor": "<NodeDescriptor byte1=1 byte2=64 mac_capability_flags=142 manufacturer_code=48042 maximum_buffer_size=64 maximum_incoming_transfer_size=0 server_mask=0 maximum_outgoing_transfer_size=0 descriptor_capability_field=3>",
"endpoints": {
"3": {
"profile_id": 260,
"device_type": "0x0102",
"in_clusters": [
"0x0000",
"0x0003",
"0x0004",
"0x0005",
"0x0006",
"0x0008",
"0x0300",
"0x0b04",
"0xfc0f"
],
"out_clusters": [
"0x0019"
]
}
},
"manufacturer": "OSRAM",
"model": "LIGHTIFY A19 Tunable White",
"class": "zhaquirks.osram.a19twhite.A19TunableWhite"
}