UNPKG

@hello.nrfcloud.com/proto-map

Version:

Documents the communication protocol between devices, the hello.nrfcloud.com/map backend and web application

45 lines (44 loc) 1.76 kB
<?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>Sea Water Level</Name> <Description1><![CDATA[Describes observed sea water level.]]></Description1> <ObjectID>14230</ObjectID> <ObjectURN>urn:oma:lwm2m:x:14230</ObjectURN> <MultipleInstances>Multiple</MultipleInstances> <Mandatory>Optional</Mandatory> <Resources> <Item ID="0"> <Name>Sea Water Level</Name> <Operations>R</Operations> <MultipleInstances>Single</MultipleInstances> <Mandatory>Mandatory</Mandatory> <Type>Float</Type> <RangeEnumeration/> <Units>cm</Units> <Description><![CDATA[The observed sea water level relative the the sea level elevation of the sea map. Examples: 134.2, 104.5.]]></Description> </Item> <Item ID="1"> <Name>Station code</Name> <Operations>R</Operations> <MultipleInstances>Single</MultipleInstances> <Mandatory>Mandatory</Mandatory> <Type>String</Type> <RangeEnumeration/> <Units/> <Description><![CDATA[The code of the observation station. Examples: TRD, SVG.]]></Description> </Item> <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 observation was made.]]></Description> </Item> </Resources> <Description2/> </Object> </LWM2M>