13 lines
405 B
JSON
13 lines
405 B
JSON
{
|
|
"id": "home",
|
|
"name": "Home",
|
|
"description": "Default home router with Zigbee and monitoring enabled.",
|
|
"network_mode": "router",
|
|
"apps": ["zigbee2mqtt"],
|
|
"packages": ["luci-app-netdata-dashboard"],
|
|
"uci": [
|
|
{ "config": "secubox", "section": "netdata", "option": "enabled", "value": "1" },
|
|
{ "config": "secubox", "section": "zigbee2mqtt", "option": "enabled", "value": "1" }
|
|
]
|
|
}
|