-
Notifications
You must be signed in to change notification settings - Fork 302
Description
Hi Everyone,
I have a problem with the current edge version:
Description
If I change outputs via M100 command, for example M100({out1: 1}), I don't see any update in the status report.
The interesting part is that if I send M100({do1mo:1}) then I see the update in sr.
I have already included both "out1" and "do1mo" in my status report, and if I manually call {sr:n}, I can see the "out1": 1 in the report. I also make sure that "out1" is 0 before sending the M100({out1: 1}) command
Sample log
send: M100({out5:1})
receive: {'r': {}, 'f': [1, 0, 15]}
receive: {'qr': 47, 'qi': 1, 'qo': 0}
receive: {'qr': 48, 'qi': 0, 'qo': 1}
receive: {'sr': {'stat': 3}}
send: M100({do1mo:1})
receive: {'r': {}, 'f': [1, 0, 16]}
receive: {'qr': 47, 'qi': 1, 'qo': 0}
receive: {'qr': 48, 'qi': 0, 'qo': 1}
receive: {'sr': {'stat': 3, 'do1mo': 1}}
I would like to check this with you, and see if you guys have any suggestion.
Thank you very much