From 2a19a1a92a61a8df7ad9741e6b0b522cf4ba9c26 Mon Sep 17 00:00:00 2001 From: Amin Ben Romdhane Date: Tue, 8 Jul 2025 20:49:43 +0200 Subject: [PATCH] ieeee1905: Add data model description --- ieee1905/files/datamodel_description.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ieee1905/files/datamodel_description.json diff --git a/ieee1905/files/datamodel_description.json b/ieee1905/files/datamodel_description.json new file mode 100644 index 000000000..f44964004 --- /dev/null +++ b/ieee1905/files/datamodel_description.json @@ -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" + } + } +} +