Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 92 additions & 2 deletions 3416.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
<Name>Outdoor lamp controller</Name>
<Description1>The uCIFI outdoor lamp controller object provides attributes to control, command and monitor outdoor luminaires in streets, in tunnels, on roads and for illumination of park and gardens.</Description1>
<ObjectID>3416</ObjectID>
<ObjectURN>urn:oma:lwm2m:ext:3416:3.0</ObjectURN>
<ObjectURN>urn:oma:lwm2m:ext:3416:3.1</ObjectURN>
<LWM2MVersion>1.0</LWM2MVersion>
<ObjectVersion>3.0</ObjectVersion>
<ObjectVersion>3.1</ObjectVersion>
<MultipleInstances>Multiple</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Resources>
Expand Down Expand Up @@ -719,6 +719,96 @@ bit 7: Sensor Ready Power Type: Apparent Energy]]></Description>
<Units></Units>
<Description><![CDATA[True if the maximum number of hours that a lamp could be on has been exceeded (end of life)]]></Description>
</Item>
<Item ID="66">
<Name>Control Gear overall failure condition counter</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Overall counter of failure conditions detected on the Control Gear]]></Description>
</Item>
<Item ID="67">
<Name>Control Gear external supply under voltage</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[True if an under voltage condition is being currently detected on the external supply]]></Description>
</Item>
<Item ID="68">
<Name>Control Gear external supply under voltage counter</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Counter of how many times an under voltage condition has been detected]]></Description>
</Item>
<Item ID="69">
<Name>Control Gear external supply over voltage</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[True if an over voltage condition is being currently detected on the external supply]]></Description>
</Item>
<Item ID="70">
<Name>Control Gear external supply over voltage counter</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Counter of how many times an over voltage condition has been detected]]></Description>
</Item>
<Item ID="71">
<Name>Control Gear output power limitation</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[True if the output power is currently being limited]]></Description>
</Item>
<Item ID="72">
<Name>Control Gear external output power limitation counter</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Counter of how many times the output power has been limited]]></Description>
</Item>
<Item ID="73">
<Name>Light Source overall failure condition counter</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Overall counter of failure conditions detected on the Light Source]]></Description>
</Item>
<Item ID="74">
<Name>Dimming Curve Linearity</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Reports if the dimming curve is linear.]]></Description>
</Item>
<Item ID="5518">
<Name>Timestamp</Name>
<Operations>R</Operations>
Expand Down
14 changes: 14 additions & 0 deletions DDF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3641,6 +3641,20 @@ Instances of this Object are linked from Instances of Object 0 using the OSCORE
<Owner>uCIFI</Owner>
<Source>1</Source>
<Ver>3.0</Ver>
<DDF>version_history/3416-3_0.xml</DDF>
<Vorto></Vorto>
<DDFLink>1</DDFLink>
<TS></TS>
<TSLink>0</TSLink>
</Item>
<Item>
<ObjectID>3416</ObjectID>
<URN>urn:oma:lwm2m:ext:3416:3.1</URN>
<Name>Outdoor lamp controller</Name>
<Description>The uCIFI outdoor lamp controller object provides attributes to control, command and monitor outdoor luminaires in streets, in tunnels, on roads and for illumination of park and gardens.</Description>
<Owner>uCIFI</Owner>
<Source>1</Source>
<Ver>3.1</Ver>
<DDF>3416.xml</DDF>
<Vorto></Vorto>
<DDFLink>1</DDFLink>
Expand Down
Loading