current code: ` url = str("http://{}/ax?c2=191&c1=RfRaw%20".format(mydevice))` working for me: ` url = str("http://{}/cm?cmnd=RfRaw%20".format(mydevice))`
current code:
url = str("http://{}/ax?c2=191&c1=RfRaw%20".format(mydevice))working for me:
url = str("http://{}/cm?cmnd=RfRaw%20".format(mydevice))