mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
dbus-send examples
This commit is contained in:
@@ -123,4 +123,14 @@ When emitted, it will include the integer the fan mode was changed to.
|
|||||||
|
|
||||||
### ChargeLimitChanged
|
### ChargeLimitChanged
|
||||||
|
|
||||||
When emitted, it will include the integer the charging limit was changed to.
|
When emitted, it will include the integer the charging limit was changed to.
|
||||||
|
|
||||||
|
## dbus-send examples
|
||||||
|
|
||||||
|
```
|
||||||
|
dbus-send --system --type=method_call --dest=org.rogcore.Daemon /org/rogcore/Daemon org.rogcore.Daemon.SetKeyBacklight string:'{"Stable": {"colour": [ 80, 0, 40]}}'
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
dbus-send --system --type=method_call --dest=org.rogcore.Daemon /org/rogcore/Daemon org.rogcore.Daemon.SetKeyBacklight string:'{"LedBrightness":3}'
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user