Skip to content

Commit

Permalink
Ikea TRETAKT plug (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhuntington committed Aug 27, 2024
1 parent a9af383 commit dc27b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices-registration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export function registerSupportedDevices(): void {
registerAccessoryClass(IKEA, ['E1603/E1702', 'TRADFRI control outlet'], IkeaTradfriOutlet);
registerAccessoryClass(IKEA, ['LED1624G9'], IkeaTradfriDimColor);
registerAccessoryClass(IKEA, ['E1743', 'TRADFRI on/off switch'], IkeaOnoffSwitch);
registerAccessoryClass(IKEA, ['TRETAKT Smart plug'], IkeaOnoffSwitch);
registerAccessoryClass(IKEA, ['E1812', 'TRADFRI SHORTCUT Button'], IkeaShurtcutSwitch);
registerAccessoryClass(IKEA, ['E1524/E1810', 'TRADFRI remote control'], IkeaRemoteSwitch);
registerAccessoryClass(IKEA, ['E1525/E1745', 'TRADFRI motion sensor'], IkeaMotionSensor);
Expand Down

0 comments on commit dc27b40

Please sign in to comment.