Skip to content

Commit

Permalink
added clkg category
Browse files Browse the repository at this point in the history
  • Loading branch information
talrhv authored Dec 14, 2021
1 parent abeb6d3 commit 995091d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class TuyaPlatform {
this.deviceAccessories.set(uuid, deviceAccessory);
break;
case 'cl':
case 'clkg':
deviceAccessory = new WindowCoveringAccessory(this, homebridgeAccessory, device);
this.accessories.set(uuid, deviceAccessory.homebridgeAccessory);
this.deviceAccessories.set(uuid, deviceAccessory);
Expand Down

0 comments on commit 995091d

Please sign in to comment.