My controller returns informations about state of outputs when i change one of them by calling onCommand function e.g switch.
Code: Select all
2020-11-22 20:30:02.119 (Sterownik) 41 54 2b 53 65 74 4f 75 74 3d 31 2c 30 2c 31 2c 30 2c 30 2c AT+SetOut=1,0,1,0,0,
2020-11-22 20:30:02.119 (Sterownik) 30 2c 30 0a 0d .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. 0,0..
2020-11-22 20:30:02.194 (Sterownik) Pushing 'ReadEvent' on to queue
2020-11-22 20:30:02.220 (Sterownik) Processing 'ReadEvent' message
2020-11-22 20:30:02.220 (Sterownik) Received 17 bytes of data
2020-11-22 20:30:02.220 (Sterownik) 4f 3d 31 2c 30 2c 31 2c 30 2c 30 2c 30 2c 30 0d 0a .. .. .. O=1,0,1,0,0,0,0..
Thank you