Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 45eb7aa

Browse files
committed
useless keyname change for #206
1 parent a23a8e6 commit 45eb7aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ChannelServices/HomeMaticHomeKitGarageDoorService.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ HomeMaticHomeKitGarageDoorService.prototype.createDeviceService = function(Servi
2727
this.adress_close = this.getClazzConfigValue('adress_device_close',undefined)
2828
this.adress_open = this.getClazzConfigValue('adress_device_open',undefined)
2929

30-
this.state_close = this.getClazzConfigValue('adress_state_close',true)
31-
this.state_open = this.getClazzConfigValue('adress_state_open',true)
30+
this.state_close = this.getClazzConfigValue('state_close',true)
31+
this.state_open = this.getClazzConfigValue('state_open',true)
3232

3333
this.adress_actor_open = this.getClazzConfigValue('adress_actor_open',undefined)
3434
this.adress_actor_close = this.getClazzConfigValue('adress_actor_close',undefined)

0 commit comments

Comments
 (0)