Files
aoostar-rs/docs/SUMMARY.md
T
Markus Zehnder 54f34def2c refactor: rename sysinfo tool to aster-sysinfo (#16)
The sysinfo name was too generic and misleading. This tool provides
sensor values from the system for `asterctl` and is not a generic system
information tool.
2025-08-31 20:58:43 +02:00

32 lines
893 B
Markdown

# Summary
[Introduction](README.md)
# User guide
- [Installation](installation.md)
- [Linux systemd Service](linux/README.md)
- [asterctl Tool](asterctl.md)
- [Shell Commands](shell_commands.md)
# Reference guide
- [Sensor Panels](sensor/panel.md)
- [Custom Panel](sensor/custom_panel.md)
- [Configuration](sensor/cfg/README.md)
- [Text Sensor](sensor/cfg/mode1_text.md)
- [Circular Sensor](sensor/cfg/mode2_circular.md)
- [Progress Sensor](sensor/cfg/mode3_progress.md)
- [Pointer Sensor](sensor/cfg/mode4_pointer.md)
- [Sensor Value Provider](sensor/provider/README.md)
- [Text File Data Source](sensor/provider/text_file.md)
- [Shell Scripts](sensor/provider/shell_scripts.md)
- [aster-sysinfo Tool](sensor/provider/sysinfo.md)
<!--
- [For developers](for_developers/panel.md)
-->
# Development
- [LCD Protocol](lcd_protocol.md)