Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

corrected LOW BAT for Battery switch #4

Merged
merged 1 commit into from
Dec 27, 2016
Merged
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
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