-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path14220.xml
24 lines (24 loc) · 1011 Bytes
/
14220.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://openmobilealliance.org/tech/profiles/LWM2M-v1_1.xsd">
<Object ObjectType="MODefinition">
<Name>Button press</Name>
<Description1><![CDATA[Describes a button press event. The ObjectInstanceID is used to describe which button has been pressed.]]></Description1>
<ObjectID>14220</ObjectID>
<ObjectURN>urn:oma:lwm2m:x:14220</ObjectURN>
<MultipleInstances>Multiple</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Resources>
<Item ID="99">
<Name>Timestamp</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>Time</Type>
<RangeEnumeration/>
<Units/>
<Description><![CDATA[The timestamp of when the button was pressed.]]></Description>
</Item>
</Resources>
<Description2/>
</Object>
</LWM2M>