Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

add reset cube #6

Open
michael067 opened this issue Nov 30, 2018 · 1 comment
Open

add reset cube #6

michael067 opened this issue Nov 30, 2018 · 1 comment

Comments

@michael067
Copy link

Hello,

can you add the command for reset cube in your code ( cube.py ) :

after line 22 :
DISCOVERY_TYPE_NETWORK_CONFIG = 'N'

add:
RESET = 'R'

it's work for me :-)

@michael067
Copy link
Author

for test :
#!/usr/bin/python

from pymax.cube import Discovery
response = Discovery().discover(cube_serial=u'SerialCube',discovery_type=Discovery.RESET)

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

No branches or pull requests

1 participant