Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QN65Q6FNA. #119

Open
Cmac2016 opened this issue May 29, 2019 · 0 comments
Open

QN65Q6FNA. #119

Cmac2016 opened this issue May 29, 2019 · 0 comments

Comments

@Cmac2016
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant