cfo64nc
cfo64nc
Don't know if this is related but I couldn't create a user with a password='abc.123!'. I also tried escaping the . and the !. e.g., password='abc\.123\!' which also does work....
It creates the user, but the password is unknown. Not set to the expected password.
I was able to get to the data by adding an 'on_event' handler to my client. ```python def on_event(self, event, *args): super(RFIDNamespace, self).on_event(event, *args) print ('CLIENT: on_event', event, args) ```...
OK , Thanks, I’ll try that. > On Dec 11, 2018, at 4:08 AM, lohithNCB wrote: > > @ilovetogetspamed two ways can be followed to call defined callbacks > >...
Any ETA on when this Pull Request is going to be added? I could really use this feature for 1-Wire addresses which look like '\x12\x5C\xEC\xA0\x00\x00\x00\x80' (64-bits). Thanks.
Will do, thanks. > On Dec 11, 2017, at 9:11 AM, Felix Uhl wrote: > > It seems the author hasn't had time to respond to any issues for weeks....