IoT Devices
- Telemetry/Streams are normally not stored (could be of course),
but sent through the first "resolver" (or chain), here as selectbox with default methods - on sensor-IO level
- As result of the first transformation (or chain ...) the sensor-IO only takes over own tasks in its own context.
- For light it is e.g. on/off, for temperature *C, for accumulators maybe charge level, operating times and intervals
- On Device (or Dashboard) level cross-dependencies are resolved with onChange(),
e.g. for many temperature-sensors in dependency, or temperature + light, "whatever "
- These rules can be packaged again, or built as statemachine or deployed as plugin. unlimited.
- Local Apps (e.g. "inCar") have the same rules! App updates take place over the air.
