feat: Add energyMeter property to shellyplus010v and introduce shelly1pmg3 model.

This commit is contained in:
sebseb7
2026-01-16 19:53:26 -05:00
parent 152fce79d4
commit 2be03ebbd8

View File

@@ -8,7 +8,8 @@
"analog", "analog",
"analog", "analog",
"analog" "analog"
] ],
"energyMeter": true
}, },
"SNDM-00100WW": { "SNDM-00100WW": {
"name": "shellyplus010v", "name": "shellyplus010v",
@@ -17,5 +18,14 @@
"outputs": [ "outputs": [
"analog" "analog"
] ]
},
"S3SW-001P16EU": {
"name": "shelly1pmg3",
"gen": 3,
"inputs": 1,
"outputs": [
"digital"
],
"energyMeter": true
} }
} }