[mce] Add charging suspendable dbus constant. JB#59152

Signed-off-by: Simo Piiroinen <simo.piiroinen@jolla.com>
This commit is contained in:
Simo Piiroinen
2022-11-17 10:50:00 +02:00
parent cd925e9500
commit 3f26613c07

View File

@@ -980,6 +980,19 @@
*/
# define MCE_FORCED_CHARGING_SIG "forced_charging_ind"
/** Query whether charging can be suspended on this device
*
* @since mce 1.113.0
*
* @note As this is a matter of static configuration, the value
* returned does not change during mce runtime and thus
* there is related change signal.
*
* @return boolean: true if mce can be enable/disable charging, or
* false if not
*/
# define MCE_CHARGING_SUSPENDABLE_GET "get_charging_suspendable"
/*@}*/