irrigation_system/software/apps
Eduard Iten 032ddf2cc0 feat(slave_node): Implement uptime registers
- Add a callback for reading Modbus input registers.
- Implement logic to provide the system uptime in seconds, split across two 16-bit registers (UPTIME_SECONDS_LOW at 0x00F3 and UPTIME_SECONDS_HIGH at 0x00F4) as per documentation.
- Return 0 for unhandled registers to prevent "Invalid data" errors with certain Modbus masters.
2025-07-01 14:38:10 +02:00
..
gateway refactor(build): Streamline multi-app CMake configuration 2025-07-01 12:05:18 +02:00
slave_node feat(slave_node): Implement uptime registers 2025-07-01 14:38:10 +02:00