From 7ac543e64413e01153cd7d942b0d35d2af5ad71b Mon Sep 17 00:00:00 2001 From: Markus Zehnder Date: Mon, 1 Sep 2025 09:05:42 +0200 Subject: [PATCH] feat: sensor identifier mapping Closes #18 --- .idea/runConfigurations/Run_demo.xml | 2 +- .idea/runConfigurations/Run_sysinfo.xml | 2 +- .../runConfigurations/Run_sysinfo_repeat.xml | 2 +- cfg/sensor-mapping/sysinfo-to-aoostar.cfg | 49 +++++++++++++++++ crates/asterctl/src/cfg.rs | 37 ++++++++++++- crates/asterctl/src/main.rs | 54 +++++++++++++------ crates/asterctl/src/sensors.rs | 12 ++--- docs/asterctl.md | 7 +++ docs/sensor/README.md | 25 +++++++++ 9 files changed, 165 insertions(+), 25 deletions(-) create mode 100644 cfg/sensor-mapping/sysinfo-to-aoostar.cfg diff --git a/.idea/runConfigurations/Run_demo.xml b/.idea/runConfigurations/Run_demo.xml index 7e05cc7..53ae421 100644 --- a/.idea/runConfigurations/Run_demo.xml +++ b/.idea/runConfigurations/Run_demo.xml @@ -1,7 +1,7 @@