comment added regards the ReadTelecommandData
This commit is contained in:
parent
ab70984742
commit
b6f9373052
|
|
@ -201,7 +201,7 @@ public class BatteryDeligreenDevice
|
||||||
|
|
||||||
private async Task<BatteryDeligreenAlarmRecord?> ReadTelecomandData(UInt16 batteryId)
|
private async Task<BatteryDeligreenAlarmRecord?> ReadTelecomandData(UInt16 batteryId)
|
||||||
{
|
{
|
||||||
var frameToSend = batteryId switch
|
var frameToSend = batteryId switch // this should be calculated
|
||||||
{
|
{
|
||||||
0 => "7E3230303034363434453030323030464433350D",
|
0 => "7E3230303034363434453030323030464433350D",
|
||||||
1 => "7E3230303134363434453030323031464433330D",
|
1 => "7E3230303134363434453030323031464433330D",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue