Update to the text and small demo
This commit is contained in:
@@ -43,9 +43,10 @@ struct Cli {
|
||||
///
|
||||
/// - `single` (default): one sensor per device of `--sensor-type`, on
|
||||
/// `--sensor-id`. Lowest-cardinality, easiest to reason about.
|
||||
/// - `industrial`: five sensors per device on ids 0..4 — Temperature,
|
||||
/// Humidity, Pressure, Voltage, Current. Lights up every dashboard
|
||||
/// panel.
|
||||
/// - `industrial`: seven sensors per device on ids 0..6 — Temperature,
|
||||
/// Humidity, Pressure, Voltage, Current, Presence, Relay. Lights up
|
||||
/// every dashboard panel and primes the closed-loop demo (Presence
|
||||
/// dips below threshold → substrate dispatches T3 Relay setpoints).
|
||||
#[arg(long, value_enum, default_value_t = SensorProfile::Single)]
|
||||
profile: SensorProfile,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user