mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-03 16:13:48 +01:00
align tools with latest changes
This commit is contained in:
parent
9692ff7fd4
commit
765d43d0e3
3 changed files with 4 additions and 60 deletions
|
|
@ -736,27 +736,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"X_IOPSYS_EU_BaseMACAddress": {
|
||||
"type": "string",
|
||||
"read": true,
|
||||
"write": false,
|
||||
"protocols": [
|
||||
"cwmp",
|
||||
"usp"
|
||||
],
|
||||
"datatype": "string",
|
||||
"mapping": [
|
||||
{
|
||||
"type": "ubus",
|
||||
"ubus": {
|
||||
"object": "router.system",
|
||||
"method": "info",
|
||||
"args": {},
|
||||
"key": "basemac"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Device.DeviceInfo.VendorConfigFile.{i}.": {
|
||||
"type": "object",
|
||||
"protocols": [
|
||||
|
|
@ -6558,41 +6537,6 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"X_IOPSYS_EU_LocalTimeZoneName": {
|
||||
"type": "string",
|
||||
"read": true,
|
||||
"write": false,
|
||||
"protocols": [
|
||||
"cwmp",
|
||||
"usp"
|
||||
],
|
||||
"datatype": "string",
|
||||
"mapping": [
|
||||
{
|
||||
"type": "uci",
|
||||
"uci": {
|
||||
"file": "system",
|
||||
"section": {
|
||||
"type": "system",
|
||||
"name": "@system[0]"
|
||||
},
|
||||
"option": {
|
||||
"name": "zonename"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"X_IOPSYS_EU_SourceInterface": {
|
||||
"type": "string",
|
||||
"read": true,
|
||||
"write": true,
|
||||
"protocols": [
|
||||
"cwmp",
|
||||
"usp"
|
||||
],
|
||||
"datatype": "string"
|
||||
}
|
||||
},
|
||||
"Device.UserInterface.": {
|
||||
|
|
|
|||
|
|
@ -163,8 +163,8 @@ gen_dm_tree(){
|
|||
fi
|
||||
|
||||
if [ -n "$str" ]; then
|
||||
child_objects=${f7// }
|
||||
child_parameters=${f8// }
|
||||
child_objects=${f8// }
|
||||
child_parameters=${f9// }
|
||||
obj_name=${name}
|
||||
|
||||
#Add the actual object to the list of objects looking for their children objects ########
|
||||
|
|
|
|||
|
|
@ -217,8 +217,8 @@ gen_dm_tree(){
|
|||
fi
|
||||
|
||||
if [ -n "$str" ]; then
|
||||
child_objects=${f7// }
|
||||
child_parameters=${f8// }
|
||||
child_objects=${f8// }
|
||||
child_parameters=${f9// }
|
||||
obj_name=${name}
|
||||
|
||||
#Add the actual object to the list of objects looking for their children objects ########
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue