samsungctl icon indicating copy to clipboard operation
samsungctl copied to clipboard

QN65Q6FNA.

Open Cmac2016 opened this issue 5 years ago • 0 comments

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 config = samsungctl.Config( AttributeError: module 'samsungctl' has no attribute 'Config'

Process finished with exit code 1

I really want to get control of this display. Can you please help.

Cmac2016 avatar May 29 '19 01:05 Cmac2016