Interface Powersensor.GetCurrentResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Powersensor.GetCurrentResponse
,Powersensor.GetCurrentResponse.Builder
- Enclosing class:
- Powersensor
public static interface Powersensor.GetCurrentResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Current in amperesboolean
getIsAc()
Bool descibing whether the current is DC or ACMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getAmperes
double getAmperes()Current in amperes
double amperes = 1 [json_name = "amperes"];
- Returns:
- The amperes.
-
getIsAc
boolean getIsAc()Bool descibing whether the current is DC or AC
bool is_ac = 2 [json_name = "isAc"];
- Returns:
- The isAc.
-