cyberfly-io / cyberfly-node

Storage node for cyberfly IoT platform
Apache License 2.0
0 stars 0 forks source link

Rule processing in node #1

Open abuvanth opened 5 months ago

abuvanth commented 5 months ago

Utilize node instead of device to process rules

abuvanth commented 5 months ago

Schedule too

abuvanth commented 4 months ago

Schedule too

schedule should be on device side.

abuvanth commented 4 months ago

device will fetch all the rules when startup. whenever the data update, a rule corresponding to that data need to sent along with data to node. node will proccess rule and pub to device true or false with rule id. device will perform acton or sent message to another device.