pour "NeMo.Intf.vap5g0priv0 - getNetDevStats":
{
"status": null,
"errors": [
{
"error": 196618,
"description": "Object or parameter not found",
"info": "NeMo.Intf.vap5g0priv0"
}
]
}
idem pour guest.
en enlevant le 0 final on a comme sur la console:
NeMo.Intf.vap5g0priv - getNetDevStats
{
"status": null,
"errors": [
{
"error": 196618,
"description": "Intf not bound to any NetDev.Link",
"info": "vap5g0priv"
},
{
"error": 196639,
"description": "Function execution failed",
"info": "getNetDevStats"
}
]
}
quand je fait interface list dans le preset (HomeLan.Interface / get) on voit bien
"vap5g0priv": {
"FriendlyName": "5GHz-Private_SSID",
"Name": "vap5g0priv",
"Alias": "WiFi",
"NumberOfStoredMeasures": 8680
},