Explorar el Código

Fixed typo in SIGNAL_NAME enum

Stan Janssen hace 4 años
padre
commit
d9afa0f55a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pyopenadr/enums.py

+ 1 - 1
pyopenadr/enums.py

@@ -39,7 +39,7 @@ class SIGNAL_TYPE(metaclass=Enum):
 class SIGNAL_NAME(metaclass=Enum):
     SIMPLE = "SIMPLE"
     simple = "simple"
-    ELECTRICITY_PRIC = "ELECTRICITY_PRICE"
+    ELECTRICITY_PRICE = "ELECTRICITY_PRICE"
     ENERGY_PRICE = "ENERGY_PRICE"
     DEMAND_CHARGE = "DEMAND_CHARGE"
     BID_PRICE = "BID_PRICE"