mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
self-diagnostics: add hosts show and dump
This commit is contained in:
parent
33cd29a47d
commit
05da8b4210
1 changed files with 8 additions and 0 deletions
|
|
@ -11,6 +11,14 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"exec" : [
|
"exec" : [
|
||||||
|
{
|
||||||
|
"description": "Hosts Show",
|
||||||
|
"cmd": "ubus call hosts show"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Hosts Dump",
|
||||||
|
"cmd": "ubus call hosts dump"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "IEEE1905 Info",
|
"description": "IEEE1905 Info",
|
||||||
"cmd": "ubus call ieee1905 info"
|
"cmd": "ubus call ieee1905 info"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue