Activity
added 37 commits
-
e4c7f747...93f009e5 - 36 commits from branch
dss:master
- 82963517 - DSD-5706 Forward source device dsid instead of dSM dsid
-
e4c7f747...93f009e5 - 36 commits from branch
added 1 commit
- 57d25fbe - Remove deviceChanged event, to prevent full device re-read.
assigned to @brano and unassigned @MichalTomaszewski
The removal of
deviceChanged
event seems to be working for Krystian with his problem about sensors. It does not, however, seem to improve anything in our case of creating UDS with use of KNX simulator sensors. Also, it does not seem to have visible impact on other functionality.The second change seems like fix, but I am unsure if this led to any specific errors in addon. Anyway, addon was expecting to get device dSUID, and this one function call provided dsm DSUID in this place, which does not seem to be correct for this function.
I am not sure, if both those changes should be merged, but I would expect those 2 to be improvements.
I would guess that DSD-5897 is the one for this first change, right?