You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--MIT License Copyright (c) 2017 NetComm Wireless Limited Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
4
+
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
5
+
to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
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.
7
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.-->
<Description1><![CDATA[This object provides read access to log buffers as well as limited configuration of logging services.]]></Description1>
14
+
<ObjectID>10259</ObjectID>
15
+
<ObjectURN>urn:oma:lwm2m:x:10259</ObjectURN>
16
+
<LWM2MVersion>1.0</LWM2MVersion>
17
+
<ObjectVersion>1.0</ObjectVersion>
18
+
<MultipleInstances>Multiple</MultipleInstances>
19
+
<Mandatory>Optional</Mandatory>
20
+
<Resources>
21
+
<ItemID="0">
22
+
<Name>Name</Name>
23
+
<Operations>R</Operations>
24
+
<MultipleInstances>Single</MultipleInstances>
25
+
<Mandatory>Mandatory</Mandatory>
26
+
<Type>String</Type>
27
+
<RangeEnumeration>
28
+
</RangeEnumeration>
29
+
<Units>
30
+
</Units>
31
+
<Description><![CDATA[Short name describing the log source represented by this particular instance.
32
+
For syslog-compatible log sources this value should be "syslog". If multiple syslog-compatible log sources exist on a device then each should be given a distinct name that is then prefixed with "syslog-".]]></Description>
33
+
</Item>
34
+
<ItemID="1">
35
+
<Name>Read All</Name>
36
+
<Operations>R</Operations>
37
+
<MultipleInstances>Single</MultipleInstances>
38
+
<Mandatory>Mandatory</Mandatory>
39
+
<Type>String</Type>
40
+
<RangeEnumeration>
41
+
</RangeEnumeration>
42
+
<Units>
43
+
</Units>
44
+
<Description><![CDATA[Read the entire current contents of the log buffer.
45
+
Result is delivered as a display-formatted UTF-8 string, with each message entry on a new line.]]></Description>
46
+
</Item>
47
+
<ItemID="2">
48
+
<Name>Read</Name>
49
+
<Operations>R</Operations>
50
+
<MultipleInstances>Single</MultipleInstances>
51
+
<Mandatory>Optional</Mandatory>
52
+
<Type>String</Type>
53
+
<RangeEnumeration>
54
+
</RangeEnumeration>
55
+
<Units>
56
+
</Units>
57
+
<Description><![CDATA[Similar to Read All, but only reads log entries that have arrived since the last time this log buffer was read.
58
+
If the LwM2M client is connected to multiple servers then the last read position should be tracked separately for each server.
59
+
If this is the first attempt to read the log for a given connection then this resource behaves the same as Read All.]]></Description>
60
+
</Item>
61
+
<ItemID="3">
62
+
<Name>Enabled</Name>
63
+
<Operations>RW</Operations>
64
+
<MultipleInstances>Single</MultipleInstances>
65
+
<Mandatory>Optional</Mandatory>
66
+
<Type>Boolean</Type>
67
+
<RangeEnumeration>
68
+
</RangeEnumeration>
69
+
<Units>
70
+
</Units>
71
+
<Description><![CDATA[Enable or disable log capture for this source.
72
+
If this resource is not provided by an implementation, then the existence of a System Log instance is taken as implicit confirmation that the log source it represents is currently enabled.]]></Description>
73
+
</Item>
74
+
<ItemID="4">
75
+
<Name>Capture Level</Name>
76
+
<Operations>RW</Operations>
77
+
<MultipleInstances>Single</MultipleInstances>
78
+
<Mandatory>Optional</Mandatory>
79
+
<Type>Integer</Type>
80
+
<RangeEnumeration>
81
+
</RangeEnumeration>
82
+
<Units>
83
+
</Units>
84
+
<Description><![CDATA[For log sources that support message priorities, this resource configures the minimum priority to capture.
85
+
For syslog-compatible log sources the following enumeration must be used: 1 = Emergency, 2 = Alert, 3 = Critical, 4 = Error, 5 = Warning, 6 = Notice, 7 = Info, 8 = Debug.
86
+
For other log sources this is left up to the implementer, with the requirement that consecutive values are used, starting at 1 and sorted so that message verbosity increases as the number ascends.]]></Description>
<!--MIT License Copyright (c) 2018 NetComm Wireless Limited Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
3
+
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
4
+
to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
5
+
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.
6
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
7
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.-->
<Description1><![CDATA[This object allows manipulation of Runtime Database variables.]]></Description1>
12
+
<ObjectID>10260</ObjectID>
13
+
<ObjectURN>urn:oma:lwm2m:x:10260:2.0</ObjectURN>
14
+
<LWM2MVersion>1.0</LWM2MVersion>
15
+
<ObjectVersion>2.0</ObjectVersion>
16
+
<MultipleInstances>Multiple</MultipleInstances>
17
+
<Mandatory>Optional</Mandatory>
18
+
<Resources>
19
+
<ItemID="0">
20
+
<Name>Key</Name>
21
+
<Operations>RW</Operations>
22
+
<MultipleInstances>Single</MultipleInstances>
23
+
<Mandatory>Mandatory</Mandatory>
24
+
<Type>String</Type>
25
+
<RangeEnumeration>
26
+
</RangeEnumeration>
27
+
<Units>
28
+
</Units>
29
+
<Description><![CDATA[The name of the RDB variable that this instance currently represents. Writing to this resource will not rename or otherwise modify the associated RDB variable, rather it will re-assign the instance to represent a different variable.]]></Description>
30
+
</Item>
31
+
<ItemID="1">
32
+
<Name>Value</Name>
33
+
<Operations>RW</Operations>
34
+
<MultipleInstances>Single</MultipleInstances>
35
+
<Mandatory>Optional</Mandatory>
36
+
<Type>String</Type>
37
+
<RangeEnumeration>
38
+
</RangeEnumeration>
39
+
<Units>
40
+
</Units>
41
+
<Description><![CDATA[The current value of the RDB variable associated with this instance. Reading this resource will return a "Not Found" response code if the associated variable does not exist. Writing to this resource will create the associated variable if it does not already exist.]]></Description>
42
+
</Item>
43
+
<ItemID="2">
44
+
<Name>Exists</Name>
45
+
<Operations>RW</Operations>
46
+
<MultipleInstances>Single</MultipleInstances>
47
+
<Mandatory>Optional</Mandatory>
48
+
<Type>Boolean</Type>
49
+
<RangeEnumeration>
50
+
</RangeEnumeration>
51
+
<Units>
52
+
</Units>
53
+
<Description><![CDATA[Indicates whether the RDB variable associated with this instance currently exists. Writing FALSE to this resource will delete the associated variable if it exists. Writing TRUE to this resource will create the associated variable if it does not already exist. Variables created by this resource will be initialised to an empty string.]]></Description>
54
+
</Item>
55
+
<ItemID="3">
56
+
<Name>Persistent</Name>
57
+
<Operations>RW</Operations>
58
+
<MultipleInstances>Single</MultipleInstances>
59
+
<Mandatory>Optional</Mandatory>
60
+
<Type>Boolean</Type>
61
+
<RangeEnumeration>
62
+
</RangeEnumeration>
63
+
<Units>
64
+
</Units>
65
+
<Description><![CDATA[Configure whether or not the RDB variable associated with this instance will be saved to persistent storage.]]></Description>
<!--MIT License Copyright (c) 2017 NetComm Wireless Limited Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
4
+
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
5
+
to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
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.
7
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.-->
<Description1><![CDATA[This object allows manipulation of Runtime Database variables.]]></Description1>
14
+
<ObjectID>10260</ObjectID>
15
+
<ObjectURN>urn:oma:lwm2m:x:10260</ObjectURN>
16
+
<LWM2MVersion>1.0</LWM2MVersion>
17
+
<ObjectVersion>1.0</ObjectVersion>
18
+
<MultipleInstances>Multiple</MultipleInstances>
19
+
<Mandatory>Optional</Mandatory>
20
+
<Resources>
21
+
<ItemID="0">
22
+
<Name>Key</Name>
23
+
<Operations>RW</Operations>
24
+
<MultipleInstances>Single</MultipleInstances>
25
+
<Mandatory>Mandatory</Mandatory>
26
+
<Type>String</Type>
27
+
<RangeEnumeration>
28
+
</RangeEnumeration>
29
+
<Units>
30
+
</Units>
31
+
<Description><![CDATA[The name of the RDB variable that this instance currently represents. Writing to this resource will not rename or otherwise modify the associated RDB variable, rather it will re-assign the instance to represent a different variable.]]></Description>
32
+
</Item>
33
+
<ItemID="1">
34
+
<Name>Value</Name>
35
+
<Operations>RW</Operations>
36
+
<MultipleInstances>Single</MultipleInstances>
37
+
<Mandatory>Mandatory</Mandatory>
38
+
<Type>String</Type>
39
+
<RangeEnumeration>
40
+
</RangeEnumeration>
41
+
<Units>
42
+
</Units>
43
+
<Description><![CDATA[The current value of the RDB variable associated with this instance. If the associated RDB variable does not currently exist then reading this resource will return a "Not Found" error code, and writing to this resource will create the variable.]]></Description>
44
+
</Item>
45
+
<ItemID="2">
46
+
<Name>Persistent</Name>
47
+
<Operations>RW</Operations>
48
+
<MultipleInstances>Single</MultipleInstances>
49
+
<Mandatory>Mandatory</Mandatory>
50
+
<Type>Boolean</Type>
51
+
<RangeEnumeration>
52
+
</RangeEnumeration>
53
+
<Units>
54
+
</Units>
55
+
<Description><![CDATA[Configure whether or not the RDB variable associated with this instance will be saved to persistent storage.]]></Description>
56
+
</Item>
57
+
<ItemID="3">
58
+
<Name>Unset</Name>
59
+
<Operations>E</Operations>
60
+
<MultipleInstances>Single</MultipleInstances>
61
+
<Mandatory>Mandatory</Mandatory>
62
+
<Type>String</Type>
63
+
<RangeEnumeration>
64
+
</RangeEnumeration>
65
+
<Units>
66
+
</Units>
67
+
<Description><![CDATA[Delete the RDB variable associated with this instance.]]></Description>
0 commit comments