mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-26 05:24:09 +08:00
8 lines
105 B
Python
8 lines
105 B
Python
|
|
#!/usr/bin/env python
|
||
|
|
|
||
|
|
from tools.zookeeper import Zookeeper
|
||
|
|
|
||
|
|
z = Zookeeper()
|
||
|
|
z.set_device_power(False)
|
||
|
|
|