2023-04-18 16:34:54 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
|
2024-01-09 10:46:16 +02:00
|
|
|
Copyright © 2016-2024 The Thingsboard Authors
|
2023-04-18 16:34:54 +03:00
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
|
limitations under the License.
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:noNamespaceSchemaLocation="http://www.openmobilealliance.org/tech/profiles/LWM2M-v1_1.xsd">
|
|
|
|
|
<Object ObjectType="MODefinition">
|
|
|
|
|
<Name>LwM2M Monitoring</Name>
|
|
|
|
|
<Description1>
|
|
|
|
|
<![CDATA[]]></Description1>
|
|
|
|
|
<ObjectID>3</ObjectID>
|
2024-05-02 13:50:41 +03:00
|
|
|
<ObjectURN>urn:oma:lwm2m:oma:3:1.1</ObjectURN>
|
2023-04-18 16:34:54 +03:00
|
|
|
<LWM2MVersion>1.1</LWM2MVersion>
|
2024-05-02 13:50:41 +03:00
|
|
|
<ObjectVersion>1.1</ObjectVersion>
|
2023-04-18 16:34:54 +03:00
|
|
|
<MultipleInstances>Single</MultipleInstances>
|
|
|
|
|
<Mandatory>Mandatory</Mandatory>
|
|
|
|
|
<Resources>
|
|
|
|
|
<Item ID="0">
|
|
|
|
|
<Name>Test data</Name>
|
|
|
|
|
<Operations>R</Operations>
|
|
|
|
|
<MultipleInstances>Single</MultipleInstances>
|
|
|
|
|
<Mandatory>Optional</Mandatory>
|
|
|
|
|
<Type>String</Type>
|
|
|
|
|
<RangeEnumeration></RangeEnumeration>
|
|
|
|
|
<Units></Units>
|
|
|
|
|
<Description><![CDATA[Test data]]></Description>
|
|
|
|
|
</Item>
|
|
|
|
|
</Resources>
|
|
|
|
|
<Description2></Description2>
|
|
|
|
|
</Object>
|
|
|
|
|
</LWM2M>
|