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 Apr 19, 2023
1 parent c856b3b commit d9c6e12
Showing 1 changed file with 83 additions and 13 deletions.
96 changes: 83 additions & 13 deletions device-types.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ export const DeviceTypes: {
family: 'emeter',
modes: ['emeter'],
channels: 1,
'emeters': 3,
'relays': 1,
emeters: 3,
relays: 1,
default_icon: 'relay.png',
},
'SHEM': {
Expand All @@ -193,8 +193,8 @@ export const DeviceTypes: {
family: 'emeter',
modes: ['emeter'],
channels: 2,
'emeters': 2,
'relays': 1,
emeters: 2,
relays: 1,
default_icon: 'relay.png',
},
'SHSEN-1': {
Expand Down Expand Up @@ -484,15 +484,6 @@ 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 Expand Up @@ -599,6 +590,14 @@ export const DeviceTypes: {
channels: 1,
default_icon: 'relay.png',
},
'SNSL-0A1X03WWL': {
name: 'ShellyPlus1L',
friendly_name: 'Plus 1L',
family: 'relay',
modes: ['relay'],
channels: 1,
default_icon: 'relay.png',
},
'SPSW-002PE16EU': {
name: 'ShellyPro2PM',
friendly_name: 'Pro 2 PM',
Expand Down Expand Up @@ -686,6 +685,60 @@ export const DeviceTypes: {
meters: 1,
default_icon: 'relay.png',
},
'SNPL-00116IT': {
name: 'ShellyPlugIT',
friendly_name: 'Plus Plug IT 16A',
family: 'relay',
modes: ['relay'],
channels: 1,
meters: 1,
default_icon: 'relay.png',
},
'SNPL-00110IT': {
name: 'ShellyPlugIT',
friendly_name: 'Plus Plug IT 10A',
family: 'relay',
modes: ['relay'],
channels: 1,
meters: 1,
default_icon: 'relay.png',
},
'SNPL-00110EU': {
name: 'ShellyPlusPlugS',
friendly_name: 'Plus Plug S',
family: 'relay',
modes: ['relay'],
channels: 1,
meters: 1,
default_icon: 'relay.png',
},
'SNPL-00210EU': {
name: 'ShellyPlusPlugS',
friendly_name: 'Plus Plug S',
family: 'relay',
modes: ['relay'],
channels: 1,
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',
},
'SNPL-00112UK': {
name: 'ShellyPlusPlugUK',
friendly_name: 'Plus Plug UK',
family: 'relay',
modes: ['relay'],
channels: 1,
meters: 1,
default_icon: 'relay.png',
},
'SNDM-0013US': {
name: 'ShellyPlusWDUS',
friendly_name: 'Plus Wall Dimmer',
Expand All @@ -712,6 +765,23 @@ export const DeviceTypes: {
channels: 1,
default_icon: 'relay.png',
},
'SNSN-0031Z': {
name: 'ShellyPlusSmoke',
friendly_name: 'Plus Smoke',
family: 'sensor',
modes: ['sensor'],
channels: 1,
default_icon: 'relay.png',
},
'SPEM-003CEBEU': {
name: 'ShellyPro3EM',
friendly_name: 'Pro 3EM',
family: 'emeter',
modes: ['emeter'],
channels: 1,
emeters: 3,
default_icon: 'relay.png',
}
// New Devices??
/* 'IR_REM-0': {
name: 'Remote',
Expand Down

0 comments on commit d9c6e12

Please sign in to comment.