Skip to content

Commit

Permalink
Update device-types.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
digaus authored Jul 2, 2023
1 parent 4817234 commit 3f557d5
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion device-types.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,33 @@ export const DeviceTypes: {
channels: 1,
emeters: 3,
default_icon: 'relay.png',
}
},
'SNSW-001X8EU': {
name: 'Shelly1Mini',
friendly_name: '1 Mini',
family: 'relay',
modes: ['relay'],
channels: 1,
default_icon: 'relay.png',
},
'SNSW-001P8E': {
name: 'Shelly1PMMini',
friendly_name: '1PM Mini',
family: 'relay',
modes: ['relay'],
channels: 1,
meters: 1,
default_icon: 'relay.png',
},
'SNPM-001PCEU16': {
name: 'ShellyPMMini',
friendly_name: 'PM mini',
family: 'emeter',
modes: ['emeter'],
channels: 1,
emeters: 1,
default_icon: 'relay.png',
},
// New Devices??
/* 'IR_REM-0': {
name: 'Remote',
Expand Down

0 comments on commit 3f557d5

Please sign in to comment.