Skip to content

Commit

Permalink
feat: Expose switch type for TS110E_1gang_2 (#8326)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajpiecuch authored Nov 18, 2024
1 parent 3f3549f commit f711098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8662,6 +8662,7 @@ const definitions: DefinitionWithExtend[] = [
e.light_brightness().withMinBrightness().withMaxBrightness(),
tuya.exposes.lightType().withAccess(ea.ALL),
e.power_on_behavior().withAccess(ea.ALL),
tuya.exposes.switchType(),
],
configure: async (device, coordinatorEndpoint) => {
await tuya.configureMagicPacket(device, coordinatorEndpoint);
Expand Down

0 comments on commit f711098

Please sign in to comment.