You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sorry my english is very bad.
i have a error when i want change the function of the receiver.
Why?
Thanks.
discovered_denon.input_func = "CD"
Exception has occurred: AttributeError
can't set attribute
File "/home/jcgarcia/Descargas/denon.X2000/denon.encender.MacSound.py", line 18, in
discovered_denon.input_func = "CD"
Hi, sorry my english is very bad.
i have a error when i want change the function of the receiver.
Why?
Thanks.
discovered_denon.input_func = "CD"
Exception has occurred: AttributeError
can't set attribute
File "/home/jcgarcia/Descargas/denon.X2000/denon.encender.MacSound.py", line 18, in
discovered_denon.input_func = "CD"
My code:
import denonavr
import time
discovered_devices = denonavr.discover()
discovered_denon = denonavr.DenonAVR(discovered_devices[0]['host'])
discovered_denon.update()
print(discovered_denon.name)
discovered_denon.power_on()
time.sleep(5)
print("Encendiendo ...")
discovered_denon.input_func
print(discovered_denon.input_func_list)
discovered_denon.update()
discovered_denon.input_func = "CD"
The text was updated successfully, but these errors were encountered: