Document dbus a bit better

This commit is contained in:
Luke
2020-06-30 21:42:49 +12:00
parent 898276494c
commit a731361278
6 changed files with 116 additions and 163 deletions

View File

@@ -225,17 +225,7 @@ little of. Most parts will be byte arrays, but you can adjust things like
### DBUS Input
Paths:
```rust
pub static DBUS_NAME: &str = "org.rogcore.Daemon";
pub static DBUS_PATH: &str = "/org/rogcore/Daemon";
pub static DBUS_IFACE: &str = "org.rogcore.Daemon";
```
Commands: `FanMode`, `LedWriteBytes`, `LedWriteMultizone`, `LedWriteEffect`
TODO: fill in this info
See [README_DBUS.md](./README_DBUS.md).
### AniMe input