The Edge Rule Runtime is what lets the gateway act without waiting for the cloud. Rules like “if pressure > threshold for 3 samples, close the valve” must fire in milliseconds and must keep working when the uplink is down. The runtime loads rule packs, evaluates them against the live local stream, and drives actuators when a rule fires.
Responsibility in one sentence
Turn the cloud’s declarative rule packs into fast, deterministic, offline-safe local control actions.
Could not build diagram for model "example-iot".
Fetches and hot-reloads versioned rule packs from the cloud.
Runs the rules against the local data stream in a sandbox.
Executes the outcomes by driving local actuators.
Local rules are the fast path of the alert pipeline:
Rule outcomes and cloud commands converge on the same dispatch path: