Skip to content

Commit

Permalink
Update device-types.config.ts
Browse files Browse the repository at this point in the history
Add Plus Plug S
  • Loading branch information
digaus authored Feb 27, 2023
1 parent c51fb90 commit c856b3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions device-types.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,15 @@ export const DeviceTypes: {
meters: 1,
default_icon: 'relay.png',
},
'SNPL-00112EU': {
name: 'ShellyPlusPlugS',
friendly_name: 'Plus Plug S',
family: 'relay',
modes: ['relay'],
channels: 1,
meters: 1,
default_icon: 'relay.png',
},
'SNSW-002X16EU': {
name: 'ShellyPlus2',
friendly_name: 'Plus 2',
Expand Down

0 comments on commit c856b3b

Please sign in to comment.