mirror of https://github.com/nymea/nymea.git
add debug area to doc
parent
5c05ac2bb6
commit
4589eb724b
|
|
@ -52,6 +52,8 @@ Print the debug messages from the date/time device plugin.
|
|||
Print the debug messages from eQ-3 device plugin.
|
||||
.IP \fILgSmartTv\fR\ (default\ disabled)
|
||||
Print the debug messages from Lg Smart Tv device plugin.
|
||||
.IP \fIKodi\fR\ (default\ disabled)
|
||||
Print the debug messages from kodi device plugin.
|
||||
.IP \fILircd\fR\ (default\ disabled)
|
||||
Print the debug messages from lircd device plugin.
|
||||
.IP \fIMailNotification\fR\ (default\ disabled)
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ int main(int argc, char *argv[])
|
|||
s_loggingFilters.insert("WakeOnLan", false);
|
||||
s_loggingFilters.insert("Wemo", false);
|
||||
s_loggingFilters.insert("WifiDetector", false);
|
||||
s_loggingFilters.insert("Kodi", true);
|
||||
s_loggingFilters.insert("Kodi", false);
|
||||
|
||||
|
||||
QCommandLineParser parser;
|
||||
|
|
|
|||
Loading…
Reference in New Issue