503.xml 19.7 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434
<?xml version="1.0" encoding="utf-8"?>

<!-- 
FILE INFORMATION
Public Reachable Information
   Path: https://github.com/OpenMobileAlliance/lwm2m-registry
   Name: 503.xml
NORMATIVE INFORMATION
  Send comments to https://github.com/OpenMobileAlliance/OMA_LwM2M_for_Developers/issues
LEGAL DISCLAIMER
Copyright 2022 Open Mobile Alliance. 
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
The above license is used as a license under copyright only.  Please
reference the OMA IPR Policy for patent licensing terms:
https://www.omaspecworks.org/about/intellectual-property-rights/
-->

<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://openmobilealliance.org/tech/profiles/LWM2M.xsd">
    <Object ObjectType="MODefinition">
    	<Name>Fire Alarm</Name>
  	    <Description1><![CDATA[This is an alarm that should be raised if the sensor(s) detect fire, based on the values reported from Temperature, Humidity, Smoke (CO2).]]></Description1>
        <ObjectID>503</ObjectID>
        <ObjectURN>urn:oma:lwm2m:oma:503</ObjectURN>
        <LWM2MVersion>1.0</LWM2MVersion>
        <ObjectVersion>1.0</ObjectVersion>
        <MultipleInstances>Multiple</MultipleInstances>
        <Mandatory>Optional</Mandatory>
        <Resources>
          <Item ID="0">
            <Name>Temperature Sensor Location Tag</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>String</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Verbose identification of the location of the Temperature sensor location]]></Description>
          </Item>
          <Item ID="1">
            <Name>Temperature Unit</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Mandatory</Mandatory>
            <Type>Integer</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Temperature Units: 0 = Celsius, 1 = Fahrenheit, 2 = Kelvin. All temperature values are represented in this unit.]]></Description>
          </Item>
          <Item ID="2">
            <Name>Ambient Temperature</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Temperature for the area.]]></Description>
          </Item>
          <Item ID="3">
            <Name>Temperature Value</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Mandatory</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Last or Current Measured Temperature Value from the Sensor. The value 65534 indicates that the Sensor data is not available.]]></Description>
          </Item>
          <Item ID="4">
            <Name>Minimum Measured Temperature Value</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[The minimum Temperature value measured by the sensor since power ON or reset.]]></Description>
          </Item>
          <Item ID="5">
            <Name>Maximum Measured Temperature Value</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[The maximum Temperature value measured by the sensor since power ON or reset.]]></Description>
          </Item>
          <Item ID="6">
            <Name>Min Temperature Range Value</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[The minimum temperature value that can be measured by the sensor.]]></Description>
          </Item>
          <Item ID="7">
            <Name>Max Temperature Range Value</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[The maximum temperature value that can be measured by the sensor.]]></Description>
          </Item>
          <Item ID="8">
            <Name>Lower Temperature Accuracy</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Indicates the lower end of the accuracy range for the temperature sensor.]]></Description>
          </Item>
          <Item ID="9">
            <Name>Upper Temperature Accuracy</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Indicates the upper end of the accuracy range for the temperature sensor.]]></Description>
          </Item>
          <Item ID="10">
            <Name>Temperature Threshold</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Indicates the maximum threshold for the temperature.]]></Description>
          </Item>
          <Item ID="11">
            <Name>Temperature Sensor Error</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Boolean</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Temperature Sensor Error: 0 = false (Working correctly), 1 = true (Faulty).]]></Description>
          </Item>
          <Item ID="12">
            <Name>Reset Temperature</Name>
            <Operations>E</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type></Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Reset the "Temperature" related parameters to default.]]></Description>
          </Item>
          <Item ID="13">
            <Name>Temperature Alarm Loudness</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units>dB</Units>
            <Description><![CDATA[Indicates the loudness of temperature alarm.]]></Description>
          </Item>
          <Item ID="14">
            <Name>Humidity Sensor Location Tag</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>String</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Verbose identification of the location of the Humidity sensor.]]></Description>
          </Item>
          <Item ID="15">
            <Name>Ambient Relative Humidity</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration>0.0..100.0</RangeEnumeration>
            <Units>%RH</Units>
            <Description><![CDATA[Relative humidity for the area.]]></Description>
          </Item>
          <Item ID="16">
            <Name>Humidity Value</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Mandatory</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration>0.0..100.0</RangeEnumeration>
            <Units>/100</Units>
            <Description><![CDATA[Last or Current Measured Humidity Value from the Sensor. The value 0 indicates that the Sensor data is not available.]]></Description>
          </Item>
          <Item ID="17">
            <Name>Minimum Measured Humidity Value</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration>0.0..100.0</RangeEnumeration>
            <Units>/100</Units>
            <Description><![CDATA[The minimum Humidity value measured by the sensor since power ON or reset.]]></Description>
          </Item>
          <Item ID="18">
            <Name>Maximum Measured Humidity Value</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration>0.0..100.0</RangeEnumeration>
            <Units>/100</Units>
            <Description><![CDATA[The maximum Humidity value measured by the sensor since power ON or reset.]]></Description>
          </Item>
          <Item ID="19">
            <Name>Humidity Accuracy</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration>0.0..100.0</RangeEnumeration>
            <Units>/100</Units>
            <Description><![CDATA[Indicate the accuracy for the Humidity Sensor.]]></Description>
          </Item>
          <Item ID="20">
            <Name>Humidity Threshold</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration>0.0..100.0</RangeEnumeration>
            <Units>/100</Units>
            <Description><![CDATA[Indicate the threshold for the Humidity.]]></Description>
          </Item>
          <Item ID="21">
            <Name>Humidity Sensor Error</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Boolean</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Humidity Sensor Error: 0 = false (Working correctly), 1 = true (Faulty)]]></Description>
          </Item>
          <Item ID="22">
            <Name>Reset Humidity</Name>
            <Operations>E</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type></Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Reset the "Humidity" related parameters to default.]]></Description>
          </Item>
          <Item ID="23">
            <Name>Humidity Alarm Loudness</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units>dB</Units>
            <Description><![CDATA[Indicates the loudness of the Humidity alarm.]]></Description>
          </Item>
          <Item ID="24">
            <Name>Smoke Sensor Location Tag</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>String</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Verbose identification of the location of the Smoke sensor.]]></Description>
          </Item>
          <Item ID="25">
            <Name>CO2 Alarm State</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Mandatory</Mandatory>
            <Type>Boolean</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[0 = False (CO2 alarm threshold not exceeded), 1 = True (CO2 alarm threshold exceeded).]]></Description>
          </Item>
          <Item ID="26">
            <Name>Ambient CO2 Value</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units>ppm</Units>
            <Description><![CDATA[CO2 value for the area.]]></Description>
          </Item>
          <Item ID="27">
            <Name>CO2 Value</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Mandatory</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units>ppm</Units>
            <Description><![CDATA[Last or Current Measured CO2 Value from the sensor. The value 0 indicates that the Sensor data is not available.]]></Description>
          </Item>
          <Item ID="28">
            <Name>Minimum Measured CO2 Value</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units>ppm</Units>
            <Description><![CDATA[The minimum CO2 value measured by the sensor since power ON or reset.]]></Description>
          </Item>
          <Item ID="29">
            <Name>Maximum Measured CO2 Value</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units>ppm</Units>
            <Description><![CDATA[The maximum CO2 value measured by the sensor since power ON or reset.]]></Description>
          </Item>
          <Item ID="30">
            <Name>CO2 Threshold</Name>
            <Operations>RW</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units>ppm</Units>
            <Description><![CDATA[Indicate the alarm threshold for the CO2.]]></Description>
          </Item>
          <Item ID="31">
            <Name>Smoke Sensor Error</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Boolean</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Smoke Sensor Error: 0 = false (Working correctly), 1 = true (Faulty)]]></Description>
          </Item>
          <Item ID="32">
            <Name>Reset Smoke Detection</Name>
            <Operations>E</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type></Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Reset the "Smoke" related parameters to default.]]></Description>
          </Item>
          <Item ID="33">
            <Name>Smoke Alarm Loudness</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units>dB</Units>
            <Description><![CDATA[Indicates the loudness of smoke alarm]]></Description>
          </Item>
          <Item ID="6044">
            <Name>Battery Percentage</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration>0.00..100.00</RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[Current remaining battery level.]]></Description>
          </Item>
          <Item ID="5514">
            <Name>Latitude</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>String</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[The decimal notation of latitude, e.g. -43.5723 (World Geodetic System 1984).]]></Description>
          </Item>
          <Item ID="5515">
            <Name>Longitude</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>String</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units></Units>
            <Description><![CDATA[The decimal notation of longitude, e.g. 153.21760 (World Geodetic System 1984).]]></Description>
          </Item>
          <Item ID="6039">
            <Name>Altitude</Name>
            <Operations>R</Operations>
            <MultipleInstances>Single</MultipleInstances>
            <Mandatory>Optional</Mandatory>
            <Type>Float</Type>
            <RangeEnumeration></RangeEnumeration>
            <Units>m</Units>
            <Description><![CDATA[Altitude above sea level in meters.]]></Description>
          </Item>
        </Resources>
  	     <Description2><![CDATA[]]></Description2>
    </Object>
</LWM2M>