Skip to content

plugins/nightlight: Fix dbus property types

currentTemperature, targetTemperature, and mode properties have "u" type. But there is a mismatch between the property types declared in the Q_PROPERTY macro and the org.freedesktop.DBus.Properties.PropertiesChanged signal.

This change makes the property types consistent and match the types declared in the xml file.


This change needs thorough testing...

Merge request reports

Loading