add todos to readme

This commit is contained in:
1e99 2025-03-22 14:31:02 +01:00
parent 1bd0e71c8e
commit b58e786943

View file

@ -5,7 +5,7 @@ Configuration is done using environment variables.
- `WOLBODGE_ADDRESS`: The address that WoLBodge should listen on, defaults to `:3000`. - `WOLBODGE_ADDRESS`: The address that WoLBodge should listen on, defaults to `:3000`.
- `WOLBODGE_STORAGE_TYPE`: Storage type to pick, defaults to `ram`. - `WOLBODGE_STORAGE_TYPE`: Storage type to pick, defaults to `ram`.
- `ram`: Sessions are stored in 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. - `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`. - `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 exit 1
fi fi
``` ```
## TODOs
- Alerts when a session has existed for a long time
- Command device that can use commands to turn on/off a device