-
Notifications
You must be signed in to change notification settings - Fork 293
Closed
Description
One useful pattern to track device up/down status is to have a will set to .../status with value '0' and retain, and when the device comes up to publish to the .../status with value '1' with retain. The retain allows the status to be interrogated at anytime by a client. The library has retain flag for will, but not for publish. Of course, it would be useful for lots of other things too, but thought I would point out one very valuable one...
Metadata
Metadata
Assignees
Labels
No labels