mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifilife: TR-181 X_IOPSYS_EU_WiFiLife vendor extensions
This commit is contained in:
parent
30245d6dec
commit
49f9faa58c
1 changed files with 99 additions and 0 deletions
99
wifilife/files/etc/bbfdm/json/X_IOPSYS_EU_WiFiLife.json
Normal file
99
wifilife/files/etc/bbfdm/json/X_IOPSYS_EU_WiFiLife.json
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"Device.X_IOPSYS_EU_WiFiLife.": {
|
||||
"type": "object",
|
||||
"protocols": [
|
||||
"cwmp",
|
||||
"usp"
|
||||
],
|
||||
"array": false,
|
||||
"Enable": {
|
||||
"type": "boolean",
|
||||
"protocols": [
|
||||
"cwmp",
|
||||
"usp"
|
||||
],
|
||||
"read": true,
|
||||
"write": true,
|
||||
"mapping": [
|
||||
{
|
||||
"type": "uci",
|
||||
"uci": {
|
||||
"file": "wifilife",
|
||||
"section": {
|
||||
"name": "@wifilife[0]"
|
||||
},
|
||||
"option": {
|
||||
"name": "enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Device.X_IOPSYS_EU_WiFiLife.Steering": {
|
||||
"type": "object",
|
||||
"protocols": [
|
||||
"cwmp",
|
||||
"usp"
|
||||
],
|
||||
"array": true,
|
||||
"mapping": {
|
||||
"type": "uci",
|
||||
"uci": {
|
||||
"file": "wifilife",
|
||||
"section": {
|
||||
"type": "steer"
|
||||
},
|
||||
"dmmapfile": "dmmap_wifilife"
|
||||
}
|
||||
},
|
||||
"Enable": {
|
||||
"type": "boolean",
|
||||
"protocols": [
|
||||
"cwmp",
|
||||
"usp"
|
||||
],
|
||||
"read": true,
|
||||
"write": true,
|
||||
"mapping": [
|
||||
{
|
||||
"type": "uci",
|
||||
"uci": {
|
||||
"file": "wifilife",
|
||||
"section": {
|
||||
"type": "steer",
|
||||
"index": "@i-1"
|
||||
},
|
||||
"option": {
|
||||
"name": "enabled"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"LegacyFallback": {
|
||||
"type": "boolean",
|
||||
"protocols": [
|
||||
"cwmp",
|
||||
"usp"
|
||||
],
|
||||
"read": true,
|
||||
"write": true,
|
||||
"mapping": [
|
||||
{
|
||||
"type": "uci",
|
||||
"uci": {
|
||||
"file": "wifilife",
|
||||
"section": {
|
||||
"type": "steer",
|
||||
"index": "@i-1"
|
||||
},
|
||||
"option": {
|
||||
"name": "fallback_legacy"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue