Expand description
Message types for TUI communication between UI and worker threads.
This module re-exports the shared message types from aranet-core::messages.
These types are used for bidirectional communication in both TUI and GUI applications:
Command: Messages sent from the UI thread to the background workerSensorEvent: Events sent from the worker back to the UI thread
Structs§
- Cached
Device - Cached device data loaded from the store.
Enums§
- Command
- Commands sent from the UI thread to the background worker.
- Sensor
Event - Events sent from the background worker to the UI thread.