diff --git a/src/device-delegates/shelly-plus-1-pm.ts b/src/device-delegates/shelly-plus-1-pm.ts index 8e29e1c..825accb 100644 --- a/src/device-delegates/shelly-plus-1-pm.ts +++ b/src/device-delegates/shelly-plus-1-pm.ts @@ -1,6 +1,7 @@ import { ShellyPlus1Pm, ShellyPlus1PmUl, + ShellyPlus1PmMini, } from 'shellies-ng'; import { DeviceDelegate } from './base'; @@ -20,4 +21,5 @@ DeviceDelegate.registerDelegate( ShellyPlus1PmDelegate, ShellyPlus1Pm, ShellyPlus1PmUl, + ShellyPlus1PmMini, ); diff --git a/src/device-delegates/shelly-plus-1.ts b/src/device-delegates/shelly-plus-1.ts index 4876874..6e37719 100644 --- a/src/device-delegates/shelly-plus-1.ts +++ b/src/device-delegates/shelly-plus-1.ts @@ -1,6 +1,7 @@ import { ShellyPlus1, ShellyPlus1Ul, + ShellyPlus1Mini, } from 'shellies-ng'; import { DeviceDelegate } from './base'; @@ -20,4 +21,5 @@ DeviceDelegate.registerDelegate( ShellyPlus1Delegate, ShellyPlus1, ShellyPlus1Ul, + ShellyPlus1Mini, );