Compare commits

...

1 Commits

Author SHA1 Message Date
Vivek Kumar Dutta
96d9b2ba2f sulu-vendorext: mount voip extn to SIP.Client 2025-09-23 10:50:47 +05:30

View File

@@ -1,16 +1,15 @@
{
"Device.DeviceInfo.X_GENEXIS_EU.voip.": {
"json_plugin_version": 2,
"Device.Services.VoiceService.{i}.SIP.Client.{i}.": {
"type": "object",
"version": "1.00",
"protocols": [
"cwmp",
"usp"
],
"access": false,
"array": false,
"reset": {
"access": true,
"array": true,
"X_GENEXIS_EU_reset": {
"type": "string",
"version": "1.00",
"read": false,
"write": true,
"protocols": [
@@ -31,7 +30,7 @@
}
]
},
"reset()": {
"X_GENEXIS_EU_reset()": {
"type": "command",
"async": true,
"protocols": [
@@ -72,4 +71,3 @@
}
}
}