Skip to content

Commit 8170e40

Browse files
authored
att objects
1 parent f5fd465 commit 8170e40

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

10241.xml

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!--
2+
MIT License
3+
Copyright (c) 2018 AT&T
4+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction,
5+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
8+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
9+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10+
-->
11+
12+
<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://openmobilealliance.org/tech/profiles/LWM2M.xsd">
13+
<Object ObjectType="MODefinition">
14+
<Name>HostDeviceInfo</Name>
15+
<Description1><![CDATA[This LWM2M Object provides a range of host device related information which can be queried by the LWM2M Server. The host device is any integrated device with an embedded cellular radio module.]]></Description1>
16+
<ObjectID>10241</ObjectID>
17+
<ObjectURN>urn:oma:lwm2m:x:10241</ObjectURN>
18+
<LWM2MVersion />
19+
<ObjectVersion />
20+
<MultipleInstances>Multiple</MultipleInstances>
21+
<Mandatory>Mandatory</Mandatory>
22+
<Resources>
23+
<Item ID="5905"><Name>Host Device Manufacturer</Name>
24+
<Operations>R</Operations>
25+
<MultipleInstances>Multiple</MultipleInstances>
26+
<Mandatory>Mandatory</Mandatory>
27+
<Type>String</Type>
28+
<RangeEnumeration></RangeEnumeration>
29+
<Units></Units>
30+
<Description><![CDATA[Human readable host device manufacturer name]]></Description>
31+
</Item>
32+
<Item ID="5906"><Name>Host Device Model Number</Name>
33+
<Operations>R</Operations>
34+
<MultipleInstances>Multiple</MultipleInstances>
35+
<Mandatory>Mandatory</Mandatory>
36+
<Type>String</Type>
37+
<RangeEnumeration></RangeEnumeration>
38+
<Units></Units>
39+
<Description><![CDATA[A host device model identifier (manufacturer specified string)]]></Description>
40+
</Item>
41+
<Item ID="5907"><Name>Host Device Unique ID</Name>
42+
<Operations>R</Operations>
43+
<MultipleInstances>Multiple</MultipleInstances>
44+
<Mandatory>Mandatory</Mandatory>
45+
<Type>String</Type>
46+
<RangeEnumeration></RangeEnumeration>
47+
<Units></Units>
48+
<Description><![CDATA[The host device unique ID as assigned by an OEM, MNO, or other as the Device ID in the onboarding or manufacturing process.]]></Description>
49+
</Item>
50+
<Item ID="5908"><Name>Host Device Software Version</Name>
51+
<Operations>R</Operations>
52+
<MultipleInstances>Multiple</MultipleInstances>
53+
<Mandatory>Mandatory</Mandatory>
54+
<Type>String</Type>
55+
<RangeEnumeration></RangeEnumeration>
56+
<Units></Units>
57+
<Description><![CDATA[Current software version of the host device. (manufacturer specified string).]]></Description>
58+
</Item></Resources>
59+
<Description2 />
60+
</Object>
61+
</LWM2M>

0 commit comments

Comments
 (0)