-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1236c71
commit cab8fe7
Showing
23 changed files
with
856 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<?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>Battery</Name> | ||
<Description1> | ||
<![CDATA[Information about the battery and power status of the device.]]> | ||
</Description1> | ||
<ObjectID>14202</ObjectID> | ||
<ObjectURN>urn:oma:lwm2m:x:14202</ObjectURN> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Optional</Mandatory> | ||
<Resources> | ||
<Item ID="0"> | ||
<Name>State of charge</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>Integer</Type> | ||
<RangeEnumeration>0-100</RangeEnumeration> | ||
<Units>%</Units> | ||
<Description> | ||
<![CDATA[State of charge in percent. Examples: 23, 1, 100.]]> | ||
</Description> | ||
</Item> | ||
<Item ID="1"> | ||
<Name>Voltage</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Optional</Mandatory> | ||
<Type>Float</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units>V</Units> | ||
<Description> | ||
<![CDATA[Battery voltage in Volt. Examples: 2.754, 3.3.]]> | ||
</Description> | ||
</Item> | ||
<Item ID="2"> | ||
<Name>Charge current</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Optional</Mandatory> | ||
<Type>Float</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units>mA</Units> | ||
<Description> | ||
<![CDATA[Charge current in mA. Examples: 429, -244.]]> | ||
</Description> | ||
</Item> | ||
<Item ID="3"> | ||
<Name>Battery temperature</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Optional</Mandatory> | ||
<Type>Float</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units>C</Units> | ||
<Description> | ||
<![CDATA[Battery temperature in Celsius. Examples: 21.7, 23.123.]]> | ||
</Description> | ||
</Item> | ||
<Item ID="4"> | ||
<Name>Time to full</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Optional</Mandatory> | ||
<Type>Integer</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units>s</Units> | ||
<Description> | ||
<![CDATA[Time to full in seconds. Examples: 4652.]]> | ||
</Description> | ||
</Item> | ||
<Item ID="4"> | ||
<Name>Time to empty</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Optional</Mandatory> | ||
<Type>Integer</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units>s</Units> | ||
<Description> | ||
<![CDATA[Time to empty in seconds. Examples: 4652.]]> | ||
</Description> | ||
</Item> | ||
<Item ID="99"> | ||
<Name>Timestamp</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>Time</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units></Units> | ||
<Description> | ||
<![CDATA[The timestamp of when the measurement was performed.]]> | ||
</Description> | ||
</Item> | ||
</Resources> | ||
<Description2></Description2> | ||
</Object> | ||
</LWM2M> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
<?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>Connection information</Name> | ||
<Description1> | ||
<![CDATA[Details about the device's connection.]]> | ||
</Description1> | ||
<ObjectID>14203</ObjectID> | ||
<ObjectURN>urn:oma:lwm2m:x:14203</ObjectURN> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Optional</Mandatory> | ||
<Resources> | ||
<Item ID="0"> | ||
<Name>Network mode</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>String</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units></Units> | ||
<Description> | ||
<![CDATA[Examples: LTE-M, NB-IoT.]]> | ||
</Description> | ||
</Item> | ||
<Item ID="1"> | ||
<Name>Band</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>Integer</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units></Units> | ||
<Description> | ||
<![CDATA[E-UTRA Absolute Radio Frequency Channel Number (EARFCN) of the current cell where the EARFCN is as defined in 3GPP TS 36.101. LTE carrier channel number for unique identification of LTE band and carrier frequency. Examples: 262143]]> | ||
</Description> | ||
</Item> | ||
<Item ID="2"> | ||
<Name>RSRP</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>Integer</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units>dBm</Units> | ||
<Description> | ||
<![CDATA[Reference Signal Received Power (RSRP). The average power level in dBm received from a single reference signal in an LTE (Long-term Evolution) network. Typically this value ranges from -140 to -40 dBm. Examples: -97, -104.]]> | ||
</Description> | ||
</Item> | ||
<Item ID="3"> | ||
<Name>Area</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>Integer</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units></Units> | ||
<Description> | ||
<![CDATA[Area code. Examples: 12]]> | ||
</Description> | ||
</Item> | ||
<Item ID="4"> | ||
<Name>Cell</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>Integer</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units></Units> | ||
<Description> | ||
<![CDATA[The cell ID the User Equipment (UE) is camped on. 4-byte Evolved Terrestrial Radio Access Network (E-UTRAN) cell ID. Examples: 33703719]]> | ||
</Description> | ||
</Item> | ||
<Item ID="5"> | ||
<Name>Mobile country code and mobile network code</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>Integer</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units></Units> | ||
<Description> | ||
<![CDATA[Examples: 24202, 310410]]> | ||
</Description> | ||
</Item> | ||
<Item ID="6"> | ||
<Name>IP address</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>String</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units></Units> | ||
<Description> | ||
<![CDATA[Examples: 10.81.183.99, 2001:0db8:85a3:0000:0000:8a2e:0370:7334, 2001:db8:85a3::8a2e:370:7334]]> | ||
</Description> | ||
</Item> | ||
<Item ID="11"> | ||
<Name>Energy Estimate</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>Integer</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units></Units> | ||
<Description> | ||
<![CDATA[The %CONEVAL AT command returns amongst other data the energy estimate: Relative estimated energy consumption of data transmission compared to nominal consumption. A higher value means smaller energy consumption. 5: Difficulties in setting up connections. Maximum number of repetitions might be needed for data. 6: Poor conditions. Setting up a connection might require retries and a higher number of repetitions for data. 7: Normal conditions for cIoT device. No repetitions for data or only a few repetitions in the worst case. 8: Good conditions. Possibly very good conditions for small amounts of data. 9: Very good conditions. Efficient data transfer estimated also for larger amounts of data. Examples: 5, 7]]> | ||
</Description> | ||
</Item> | ||
<Item ID="99"> | ||
<Name>Timestamp</Name> | ||
<Operations>R</Operations> | ||
<MultipleInstances>Single</MultipleInstances> | ||
<Mandatory>Mandatory</Mandatory> | ||
<Type>Time</Type> | ||
<RangeEnumeration></RangeEnumeration> | ||
<Units></Units> | ||
<Description> | ||
<![CDATA[The timestamp of when the measurement was performed.]]> | ||
</Description> | ||
</Item> | ||
</Resources> | ||
<Description2></Description2> | ||
</Object> | ||
</LWM2M> |
Oops, something went wrong.