comment added regards the ReadTelecommandData

This commit is contained in:
atef 2025-03-19 11:28:50 +01:00
parent ab70984742
commit b6f9373052
1 changed files with 1 additions and 1 deletions

View File

@ -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",