Skip to content
Snippets Groups Projects
Verified Commit 82f01e4c authored by Vivek Dutta's avatar Vivek Dutta
Browse files

updated descriptions

parent 793b1b11
Branches
Tags
1 merge request!47Add Data Model description File
Pipeline #205055 passed
......@@ -45,7 +45,7 @@
"cwmp",
"usp"
],
"description": "Represents the IEEE 1905.1 unique identifier (AL MAC address) for this host, used in hybrid home networking.",
"description": "Represents the IEEE 1905.1 unique identifier (AL MAC address) for this host, applicable if host is a ieee1905 capable repeater/extender.",
"datatype": "string"
},
"{BBF_VENDOR_PREFIX}IsIEEE1905": {
......@@ -56,32 +56,32 @@
"cwmp",
"usp"
],
"description": "Indicates whether the host is compliant with IEEE 1905.1 standard (true) or not (false).",
"description": "Indicates whether the host support IEEE1905.1 standard, used for identification of repeaters/extenders.",
"datatype": "boolean"
},
"{BBF_VENDOR_PREFIX}Name": {
"type": "string",
"read": true,
"write": false,
"write": true,
"protocols": [
"cwmp",
"usp"
],
"description": "Friendly name assigned to the host, which may be determined via DHCP hostname or other discovery methods.",
"description": "Friendly name assigned to the host by end-users, In case end-user does not assign a name it shows hostname determined via DHCP hostname or other discovery methods.",
"datatype": "string"
},
"{BBF_VENDOR_PREFIX}Type": {
"type": "string",
"read": true,
"write": false,
"write": true,
"protocols": [
"cwmp",
"usp"
],
"description": "Describes the type of host device (e.g., PC, smartphone, printer) as detected or configured by the device.",
"description": "Host type/category set by end-users (e.g., PC, smartphone, printer).",
"datatype": "string"
}
}
}
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment