Add support for SPD-01, update readme, release 0.18.0
This commit is contained in:
parent
3a4f80e00e
commit
3e06a50caa
4 changed files with 55 additions and 27 deletions
|
|
@ -414,6 +414,14 @@ class PlejdApi {
|
|||
colorTemp: true,
|
||||
broadcastClicks: false,
|
||||
};
|
||||
case 40:
|
||||
return {
|
||||
name: 'SPD-01',
|
||||
description: 'Smart plug with dimming capability, trailing edge, 100w',
|
||||
type: 'light',
|
||||
dimmable: true,
|
||||
broadcastClicks: false,
|
||||
};
|
||||
case 135:
|
||||
return {
|
||||
name: 'OUT-02', // Specifically the hardware id is from a OUT-02-U, with outlet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue