Edwin Manhando
Edwin Manhando
@pierredelisle I have noticed that each cluster has its subscription method that we can leverage to get the changes for attributes in that cluster. For instance, the `OnOffCluster` has the...
@pierredelisle Besides manually updating the device's online status based on whether we can successfully exchange the `deviceId`/`nodeId` for the `connectedDevicePointer` via `getConnectedDevicePointer(nodeId: Long)`, Is there another way to monitor the...
The use of an empty constructor allows for some more complex and flexible initialization logic without the need to write out every step explicitly.