align tools with latest changes

This commit is contained in:
Amin Ben Ramdhane 2021-03-31 15:37:34 +01:00
parent 9692ff7fd4
commit 765d43d0e3
3 changed files with 4 additions and 60 deletions

View file

@ -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.": {

View file

@ -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 ########

View file

@ -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 ########