• Sanket Wadekar's avatar
    fix: rainmaker device callback not getting invoked (#8249) · 2c4dead3
    Sanket Wadekar authored
    This PR fixes an issue of multiple device callbacks (one callback per device) were not getting registered and invoked.
    Consider an example where I create two devices, a switch and a fan; each of them having their own write callbacks. On controlling either switch/fan through Rainmaker app, the callback that got registered at last gets invoked. This is also seen in the issue reported in #8231
    2c4dead3
RMakerDevice.h 7.12 KB