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,6 +456,8 @@ namespace SharedDriver
public string? GetVoltageStatus()
{
return "UNSUPPORTED";
if (!isNetwork)
return "UNSUPPORTED";