Skip to content

Commit

Permalink
Update rootfs/opt/z-way-server/automation/defaultConfigs/config.json
Browse files Browse the repository at this point in the history
formatting

Co-authored-by: Poltorak Serguei <poltorak@alsenet.com>
  • Loading branch information
msazanov and PoltoS committed May 16, 2024
1 parent 5f7d56e commit 275155f
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions rootfs/opt/z-way-server/automation/defaultConfigs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,24 +68,23 @@
"title": "Z-Wave Network Access",
"description": "Allows accessing Z-Wave devices from attached Z-Wave transceiver.\n(Added by default)"
}, {
"id": 2,
"moduleId": "Zigbee",
"active": false,
"title": "Zigbee Network Access",
"params": {
"name": "zbee",
"port": "/dev/ttyUSB1",
"speed": 115200,
"enableAPI": true,
"publicAPI": false,
"createVDev": true,
"config": "configs/config",
"translations": "translations",
"ZDDX": "ZDDX"
},
"description": "Allows accessing ZigBee devices from attached ZigBee coordinator.\n(Added by default)"

}, {
"id": 2,
"moduleId": "Zigbee",
"active": false,
"title": "Zigbee Network Access",
"params": {
"name": "zbee",
"port": "/dev/ttyUSB1",
"speed": 115200,
"enableAPI": true,
"publicAPI": false,
"createVDev": true,
"config": "configs/config",
"translations": "translations",
"ZDDX": "ZDDX"
},
"description": "Allows accessing ZigBee devices from attached ZigBee coordinator.\n(Added by default)"
}, {
"id": 3,
"moduleId": "Cron",
"params": {},
Expand Down

0 comments on commit 275155f

Please sign in to comment.