wireName property

String get wireName

Implementation

String get wireName {
  switch (this) {
    case HarmonyPowerConsumptionScenario.high:
      return 'high';
    case HarmonyPowerConsumptionScenario.low:
      return 'low';
    case HarmonyPowerConsumptionScenario.no:
      return 'no';
  }
}