From 04dc7f48e48045fde70874c156533863903e5bfe Mon Sep 17 00:00:00 2001 From: Ally Parker Date: Sat, 2 Jan 2021 16:03:59 +0000 Subject: [PATCH] Add other event discriptions --- docs/docs/development/events.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/docs/development/events.md b/docs/docs/development/events.md index 6bcffdc1..3ce68d1e 100644 --- a/docs/docs/development/events.md +++ b/docs/docs/development/events.md @@ -46,11 +46,11 @@ Fired by the activity monitor when the state changes. The monitor subscribes to ### `battery_state_changed` -todo +Fired every minute with an update of the battery charge status. Event contains the battery percentage. ### `ble_active_profile_changed` -todo +Fired whenever the current Bluetooth profile changes. Event contains the index of the new profile. ### `position_state_changed` @@ -68,16 +68,18 @@ Fired in response to processing a `position_state_changed` event which is proces ### `layer_state_changed` -todo +Fired whenever the a layer activates or deactivates. Event contains the layer index and it's boolean activation state. ### `modifiers_state_changed` todo + + ### `sensor_event` -todo +Fired when a sensor (e.g. an EC11 encoder) reports a change (e.g. rotation). Event contains the sensor, sensor number and timestamp. ### `usb_conn_state_changed` -todo +Fired when the USB status changes e.g. on connected/disconnected. Event contains the USB status.