Disabled power status

This commit is contained in:
Agustín Gimenez 2024-05-04 20:59:45 +02:00
parent e891f9f7f2
commit e99cc31c89

View File

@ -456,7 +456,9 @@ namespace SharedDriver
public string? GetVoltageStatus()
{
if(!isNetwork)
return "UNSUPPORTED";
if (!isNetwork)
return "UNSUPPORTED";
OutputPacket pack = new OutputPacket();