Following up my previous question regarding watchdogs;
I'm figuring out a way to save this data into an array.
Let's say I have these 3 devices;
- device_1
- device_2
- device_3
My flow creates timestamps for these 3 devices;
- 1234567
- 1234568
- 1234569
First, I would like to make a flow.set() for this combined data.
If stored, I would like to iterate this data to see what timestamp is overdue and to know what device_id is to blame.
I used to do some C++/C# but it's quite a while ago and a bit different in some ways
Colin
2
Personally I think I would do each one separately. Then put one instance of the watchdog in the path of each device. Much simpler logic.
system
Closed
3
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.