I miss the warning messages they come up in yellow in the console view.
Rather than have errorLogsOnly, it would be great to change this to logLevel, with a default value of 2 and accept the following values.
0 Off
1 Errors
2 Warnings
3 Info
4 Debug
This could be combined with the V2 HomeBridge fixes to create V2 of this plugin, as it would technically be a breaking change, although you could have the old setting, just set logLevel to 1 and log a warning to update the config.
I miss the warning messages they come up in yellow in the console view.
Rather than have
errorLogsOnly
, it would be great to change this tologLevel
, with a default value of2
and accept the following values.This could be combined with the V2 HomeBridge fixes to create V2 of this plugin, as it would technically be a breaking change, although you could have the old setting, just set
logLevel
to 1 and log a warning to update the config.