add comment

This commit is contained in:
wim.fournier
2023-11-03 08:56:06 +01:00
parent 79ed4bfb5e
commit 2a55ee9780

View File

@@ -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