craftbeerpi4-pione/cbpi/api/config.py
2021-02-27 20:09:19 +01:00

11 lines
179 B
Python

from enum import Enum
class ConfigType(Enum):
STRING = "string"
NUMBER = "number"
SELECT = "select"
KETTLE = "kettle"
ACTOR = "actor"
SENSOR = "sensor"