|
|
пре 3 година | |
|---|---|---|
| .. | ||
| etc | b3d9605722 chore(conf): EMQ X -> EMQX in conf files | пре 4 година |
| i18n | a58b88aeec chore(i18n): fix more and more typos | пре 3 година |
| include | 02c3f87b31 style: reformat all remaining apps | пре 3 година |
| src | 02c3f87b31 style: reformat all remaining apps | пре 3 година |
| test | 02c3f87b31 style: reformat all remaining apps | пре 3 година |
| .gitignore | 4a877a3a69 chore(apps): relocate some apps | пре 5 година |
| README.md | 1be3eb1446 chore: rename EMQX Broker to just EMQX | пре 4 година |
| rebar.config | 02c3f87b31 style: reformat all remaining apps | пре 3 година |
IoT Rule Engine
iot rule "Rule Name"
when
match TopicFilters and Conditions
select
para1 = val1
para2 = val2
then
take action(#{para2 => val1, #para2 => val2})
|-----------------|
Pub ---->| Message Routing |----> Sub
|-----------------|
| /|\
\|/ |
|-----------------|
| Rule Engine |
|-----------------|
| |
Backends Services Bridges
select id, time, temperature as t from "topic/a" where t > 50;