From b58e786943001cd0c0ac15df65982f9bed2e0970 Mon Sep 17 00:00:00 2001 From: 1e99 Date: Sat, 22 Mar 2025 14:31:02 +0100 Subject: [PATCH] add todos to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45819a9..885b6ef 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Configuration is done using environment variables. - `WOLBODGE_ADDRESS`: The address that WoLBodge should listen on, defaults to `:3000`. - `WOLBODGE_STORAGE_TYPE`: Storage type to pick, defaults to `ram`. - `ram`: Sessions are stored in RAM. -- `WOLBODGE_DEVICE_TYPE`: Device type to pick, defaults to `test`: +- `WOLBODGE_DEVICE_TYPE`: Device type to pick, defaults to `test`. - `test`: A dummy device, used for testing. - `libgpiod`: Uses the libgpiod commands under the hood. The gpio chip is specified using `WOLBODGE_DEVICE_GPIOCHIP`, the power button pin using `WOLBODGE_DEVICE_POWER_BUTTON_PIN` and the power LED pin using `WOLBODGE_DEVICE_POWER_LED_PIN`. @@ -36,3 +36,7 @@ if [ $exit_code != 0 ]; then exit 1 fi ``` + +## TODOs +- Alerts when a session has existed for a long time +- Command device that can use commands to turn on/off a device