samsungctl
samsungctl copied to clipboard
QN65Q6FNA.
I am trying to use the samsungctl package.
my program right now is simply:
import samsungctl
config = samsungctl.Config( name='samsungctl', description='samsungctl-library', method='websocket', host='10.0.0.243' )
with samsungctl.Remote(config) as remote: remote.KEY_VOLUP()
I get the following error:
Traceback (most recent call last):
File "C:/Users/chrma/Desktop/PythonProjects/SamsungCTL/main.py", line 3, in
Process finished with exit code 1
I really want to get control of this display. Can you please help.