Im working on implementing a new protocol.
Its for S5L device by SEEWORD. (The protocol seems exactly like gt06 but has few differences. So I started implementing new)
Im dealing with Alarms right now. I want to trigger power cut alarm when power loss and its working perfectly, but the warning next to device name in gui disappears soon after the terminal sent the next packet. The thing I want to do is, keep the warning persist until power is restored. I have seen this kind of persistence in gt06 devices. but I was unable to identify the way it handled in gt06 decoder.
could you please assist?
This doesn't sound like a job for decoder.
Agreed, but the thing is how Gt06 devices keep alarm flag as it is until power normal? even in fresh traccar installation. No computed attributes or gui modifications
I just checked the data from the device which always show the warning. I will have to work on frontend to handle this. anyway thank you for the confirmation
Im working on implementing a new protocol.
Its for S5L device by SEEWORD. (The protocol seems exactly like gt06 but has few differences. So I started implementing new)
Im dealing with Alarms right now. I want to trigger power cut alarm when power loss and its working perfectly, but the warning next to device name in gui disappears soon after the terminal sent the next packet. The thing I want to do is, keep the warning persist until power is restored. I have seen this kind of persistence in gt06 devices. but I was unable to identify the way it handled in gt06 decoder.
could you please assist?