1
0

Debug doorbell watch item

This commit is contained in:
2024-01-04 11:34:57 +01:00
parent e7f87b307f
commit a158bbfde5

View File

@@ -215,7 +215,7 @@ class Doorbell extends Equipment {
constructor(equipmentItem) {
super(equipmentItem);
this.watch['State'].add({
watches.add({
item: this.getPropertyItemName('State'),
targetState: 'ON',
alertFunc: () => { items.getItem("OF_Alexa_Desk_TTS").sendCommand('Es hat geklingelt'); items.getItem("LR_Alexa_TV_TTS").sendCommand('Es hat geklingelt'); }