Closes DSD-238
Currently testing if getConfig events work, but the rest should be otherwise done.
So setConfig from remote dSS triggers a readout on the local dSS; getConfig event does arrive but for some reason the device can not be found on the local dSS which is quite weird:
[2018-12-03T19:19:32.735+01:00] 17463 ERROR Apartment Error handling config read event of device: Could not find item with busid 307. model/apartment.cpp:893 13 modelMaintenance
The device with this dSUID is known on both, remote and local dSS, local instance connects to the ds485 daemon of the remote instance via an ssh tunnel, so both should (and do) see the same hardware.
Scrub that, apparently for events you need to look for the source instead of the destination ID in the callback. MR updated, listening to getConfig should work now.