Browse Source

enable Shelly

pull/1155/head
DanielR92 2 years ago
parent
commit
128b9912a1
  1. 4
      src/plugins/zeroExport/zeroExport.h

4
src/plugins/zeroExport/zeroExport.h

@ -54,8 +54,8 @@ class ZeroExport {
switch (mCfg->device) { switch (mCfg->device) {
case 0: case 0:
case 1: case 1:
//mCfg->device = Shelly(); mCfg->device = Shelly();
//break; break;
case 2: case 2:
mCfg->device = Hichi(); mCfg->device = Hichi();
break; break;

Loading…
Cancel
Save