Skip to content

Commit

Permalink
Update device-types.config.ts
Browse files Browse the repository at this point in the history
Support old firmware
  • Loading branch information
digaus authored Dec 5, 2022
1 parent 3df9fd9 commit 34353ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions device-types.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,14 @@ export const DeviceTypes: {
default_icon: 'motion.png',
},
//gen2
undefined: {
name: 'ShellyPlusOldFirmware',
friendly_name: 'Unkown',
family: 'relay',
modes: ['relay'],
channels: 1,
default_icon: 'relay.png',
},
'SNSW-001X16EU': {
name: 'ShellyPlus1',
friendly_name: 'Plus 1',
Expand Down

0 comments on commit 34353ca

Please sign in to comment.