thingsboard-python-client-sdk icon indicating copy to clipboard operation
thingsboard-python-client-sdk copied to clipboard

Server attribute subscribe example error

Open argusro opened this issue 2 years ago • 1 comments

The example in the readme says to use the callback as:

def on_attributes_change(client, result, exception):

But the callback doesn't bring the client information. I solved this by using:

def on_attributes_change(result, exception):

argusro avatar Apr 19 '23 10:04 argusro

Me too. When are you update the example?

sirapol avatar Dec 28 '23 15:12 sirapol