Fixed Channel definition for battery voltage (#12999)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2022-06-24 12:15:46 +02:00 committed by GitHub
parent a2caf9343c
commit 7f86947ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -39,8 +39,6 @@ thing-type.config.groupepsa.vehicle.pollingInterval.description = How often this
channel-group-type.groupepsa.battery.label = Battery channel-group-type.groupepsa.battery.label = Battery
channel-group-type.groupepsa.battery.description = Main battery channel-group-type.groupepsa.battery.description = Main battery
channel-group-type.groupepsa.battery.channel.voltage.label = Battery Level
channel-group-type.groupepsa.battery.channel.voltage.description = Battery level
channel-group-type.groupepsa.doors.label = Doors channel-group-type.groupepsa.doors.label = Doors
channel-group-type.groupepsa.doors.description = State of the doors channel-group-type.groupepsa.doors.description = State of the doors
channel-group-type.groupepsa.doors.channel.driver.label = Driver Door channel-group-type.groupepsa.doors.channel.driver.label = Driver Door

View File

@ -107,10 +107,7 @@
<category>Energy</category> <category>Energy</category>
<channels> <channels>
<channel id="current" typeId="current"/> <channel id="current" typeId="current"/>
<channel id="voltage" typeId="level"> <channel id="voltage" typeId="voltage"/>
<label>Battery Level</label>
<description>Battery level</description>
</channel>
</channels> </channels>
</channel-group-type> </channel-group-type>