ieeee1905: Add data model description

This commit is contained in:
Amin Ben Romdhane 2025-07-08 20:49:43 +02:00 committed by Vivek Dutta
parent 5b865c9dbc
commit 2a19a1a92a

View file

@ -0,0 +1,23 @@
{
"Device.IEEE1905.AL.": {
"type": "object",
"protocols": [
"cwmp",
"usp"
],
"access": false,
"array": false,
"{BBF_VENDOR_PREFIX}LocalOnlyMode": {
"type": "boolean",
"read": true,
"write": true,
"protocols": [
"cwmp",
"usp"
],
"description": "Enable or disable interfaces from ieee1905.",
"datatype": "boolean"
}
}
}