diff --git a/mktxp/collector/kid_control_device_collector.py b/mktxp/collector/kid_control_device_collector.py index de7a266..44cf479 100644 --- a/mktxp/collector/kid_control_device_collector.py +++ b/mktxp/collector/kid_control_device_collector.py @@ -61,6 +61,7 @@ class KidDeviceCollector(BaseCollector): 'disabled': lambda value: '1' if value == 'true' else '0', }[monitor_label](value) except KeyError: + # default to just returning the value return value @staticmethod