Closed williamspatrick closed 7 years ago
Creating a YAML file with just a 'boolean' property results in the object always having a value of 'false' on the dbus.
This is due to the wrong sized pointer being passed to the underlying sdbus interfaces. sdbus requires 'boolean' to be an 'int' and not a 'bool'.
Creating a YAML file with just a 'boolean' property results in the object always having a value of 'false' on the dbus.
This is due to the wrong sized pointer being passed to the underlying sdbus interfaces. sdbus requires 'boolean' to be an 'int' and not a 'bool'.