Skip to content

Commit

Permalink
corrected LOW BAT for Battery switch
Browse files Browse the repository at this point in the history
LOW BAT wasn't working (for me) because the bit has been ignored.
Probably ELV also provides wrong XML file(s)
  • Loading branch information
thtomate authored Dec 26, 2016
1 parent 9333dbf commit dd833ec
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions misc/Device Description Files/rf_s_ba.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<size>0.3</size>
<parameterId>STATE_FLAGS</parameterId>
</element>
<element>
<index>12.7</index>
<size>0.1</size>
<parameterId>LOWBAT</parameterId>
</element>
</binaryPayload>
</packet>
<packet id="INFO_LEVEL">
Expand All @@ -68,6 +73,11 @@
<size>0.3</size>
<parameterId>STATE_FLAGS</parameterId>
</element>
<element>
<index>12.7</index>
<size>0.1</size>
<parameterId>LOWBAT</parameterId>
</element>
</binaryPayload>
</packet>
<packet id="INFO_POWERON">
Expand Down Expand Up @@ -524,6 +534,28 @@
</packet>
</packets>
</parameter>

<parameter id="LOWBAT">
<properties>
<writeable>false</writeable>
<service>true</service>
</properties>
<logicalBoolean/>
<physicalInteger groupId="LOWBAT">
<operationType>internal</operationType>
</physicalInteger>
<packets>
<packet id="INFO_LEVEL">
<type>event</type>
</packet>
<packet id="ACK_STATUS">
<type>event</type>
</packet>
</packets>
</parameter>



</variables>
<linkParameters id="switch_ch_link--1">
<parameter id="UI_HINT">
Expand Down

0 comments on commit dd833ec

Please # to comment.