OMA_LwM2M_for_Developers icon indicating copy to clipboard operation
OMA_LwM2M_for_Developers copied to clipboard

Object 3347 (Mistake in object definition)

Open davidgraeff opened this issue 6 years ago • 1 comments

The resource names are the same but do different things. See http://www.openmobilealliance.org/tech/profiles/lwm2m/3347.xml.

<Item ID="5500">
<Name>Digital Input State</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration/>
<Units/>
<Description>The current state of a digital input.</Description>
</Item>
<Item ID="5501">
<Name>Digital Input State</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration/>
<Units/>
<Description>
The number of times the input transitions from 0 to 1.
</Description>
</Item>

davidgraeff avatar Jun 06 '18 11:06 davidgraeff

Fixed with issue resolution to [460]

mkgillmore avatar Jun 21 '18 15:06 mkgillmore