This commit is contained in:
Wolfgang Hottgenroth
2018-01-27 17:58:18 +01:00
parent 3002b01788
commit c4ab32a229
7 changed files with 183 additions and 7 deletions

View File

@ -51,7 +51,7 @@ export class HueColorBulbItem extends AHomegearItem implements HasStateAndFeedba
this.saturationFeedbackTopic = `${this.topicFirstPart}/bright/saturation`
this.colorTemperatureFeedbackTopic = `${this.topicFirstPart}/colorTemperature/feedback`
this.stateActionTopic = `${this.actionTopicPre}/1/STATE`
this.brightActionTopic = `${this.actionTopicPre}/1/BRIGHTNESS`
this.brightActionTopic = `${this.actionTopicPre}/1/FAST_BRIGHTNESS`
this.hueActionTopic = `${this.actionTopicPre}/1/HUE`
this.saturationActionTopic = `${this.actionTopicPre}/1/SATURATION`
this.colorTemperatureActionTopic = `${this.actionTopicPre}/1/COLOR_TEMPERATURE`

View File

@ -145,7 +145,7 @@ let bedRoomWolfgangsSide = new M433SwitchItem('1st', 'BedRoom', 'WolfgangsSide',
bedRoomWolfgangsSide.start()
allLabeledItems.push(bedRoomWolfgangsSide)
let bedRoomWolfgangBedLight = new HueColorBulbItem('1st', 'BedRoom', 'WolfgangBedLight', 'Bettlicht', 15)
let bedRoomWolfgangBedLight = new HueColorBulbItem('1st', 'BedRoom', 'WolfgangBedLight', 'Bettlicht', 16)
bedRoomWolfgangBedLight.start()
allLabeledItems.push(bedRoomWolfgangBedLight)