Skip to content

Commit

Permalink
Update Alexa color temperature supported item types (openhab#2064)
Browse files Browse the repository at this point in the history
Related to openhab/openhab-alexa#613

Signed-off-by: jsetton <[email protected]>
Signed-off-by: jgeorgi <[email protected]>
  • Loading branch information
jsetton authored and JustinGeorgi committed Sep 24, 2023
1 parent 968be9e commit 0963843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default {
parameters: () => [p.retrievable()]
},
ColorTemperature: {
itemTypes: ['Dimmer', 'Number'],
itemTypes: ['Dimmer', 'Number', 'Number:Temperature'],
parameters: (item) => [
...(item.type === 'Dimmer' ? [p.colorTemperatureBinding()] : []),
p.colorTemperatureRange(),
Expand Down

0 comments on commit 0963843

Please sign in to comment.