You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2022. It is now read-only.
This is some weird behavior with Insteon traffic where sometimes the device repeats or resends the data on the same link address more than one time.
To handle this, we should make the readDatabase method only return unique link addresses. Suggest checking the return array to see if the link is already in the array, and if so, overwrite it.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is some weird behavior with Insteon traffic where sometimes the device repeats or resends the data on the same link address more than one time.
To handle this, we should make the
readDatabase
method only return unique link addresses. Suggest checking the return array to see if the link is already in the array, and if so, overwrite it.The text was updated successfully, but these errors were encountered: