Skip to content

Commit

Permalink
set model for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaybz committed Apr 1, 2021
1 parent dc87003 commit 0175f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessories/WindowCovering.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class WindowCovering {
this.ip = switcherInfo.device_ip
this.name = switcherInfo.name
this.serial = this.id
this.model = 'switcher-boiler'
this.model = switcherInfo.type
this.manufacturer = 'Switcher'
this.type = 'WindowCovering'
this.displayName = this.name
Expand Down

0 comments on commit 0175f7e

Please sign in to comment.