diff --git a/debian/guhd.1 b/debian/guhd.1 index e871f6d8..25b9452b 100644 --- a/debian/guhd.1 +++ b/debian/guhd.1 @@ -38,6 +38,8 @@ categories will be printed unless they are explicitly muted with "NoWarnings". Print the debug messages from the core application. .IP \fIAvahi\fR\ (default\ disabled) Print the debug messages from the avahi resource. +.IP \fICloud\fR\ (default\ enabled) +Print the debug messages from the Cloud connections in guh. .IP \fIConnection\fR\ (default\ enabled) Print the debug messages from the TCP connections in guh. .IP \fIDeviceManager\fR\ (default\ enabled) diff --git a/debian/guhd.dirs b/debian/guhd.dirs index e7724817..e5721b19 100644 --- a/debian/guhd.dirs +++ b/debian/guhd.dirs @@ -1 +1,2 @@ usr/bin +etc/guh/ diff --git a/debian/guhd.install b/debian/guhd.install index e714545e..b3a74c6e 100644 --- a/debian/guhd.install +++ b/debian/guhd.install @@ -1,4 +1,3 @@ usr/bin/guhd -data/config/guhd.conf /etc/guh/ data/systemd/guhd.service /etc/systemd/system/ data/logrotate/guhd /etc/logrotate.d/ diff --git a/plugins/deviceplugins/eq-3/deviceplugineq-3.json b/plugins/deviceplugins/eq-3/deviceplugineq-3.json index b63fc753..5f40f764 100644 --- a/plugins/deviceplugins/eq-3/deviceplugineq-3.json +++ b/plugins/deviceplugins/eq-3/deviceplugineq-3.json @@ -263,7 +263,8 @@ "idName": "deviceModeString", "name": "device mode string", "index": 12, - "type": "QString" + "type": "QString", + "defaultValue": "" }, { "id": "579aa8c6-8814-491b-9e7c-b98108c323d1", @@ -283,6 +284,7 @@ "unit": "DegreeCelsius", "index": 14, "type": "double", + "defaultValue": 0, "defaultValue": 0 } ]