LazaroFilm@lemmy.world 10 months ago
The issue with web IpT is that devices send data reports of their status every fraction of a second. The packet may just be a few bytes but over time it adds up. Instead I wished they could just send status when they change state and wait for a confirmation but that’s harder to code…
OADINC@feddit.nl 10 months ago
If (Status != Prev_Status) {Send_All_User_Data();}