I can't seem to find a proper way to get the current value of a node's property.
I would've thought there would be a HomieInternals::Property::getValue method, but there isn't, and I don't know what I should do except by updating an additional variable, which is quite redundant.
What's the best practice for this?
And wouldn't it be nice to have this method?
Hi,
I can't seem to find a proper way to get the current value of a node's property. I would've thought there would be a
HomieInternals::Property::getValue
method, but there isn't, and I don't know what I should do except by updating an additional variable, which is quite redundant.What's the best practice for this? And wouldn't it be nice to have this method?