Files
dragonpilot/tools/zookeeper/disable.py
Comma Device 5c73e264e9 Release 260308
2026-03-08 23:26:57 +08:00

9 lines
147 B
Python
Executable File

#!/usr/bin/env python3
from openpilot.tools.zookeeper import Zookeeper
if __name__ == "__main__":
z = Zookeeper()
z.set_device_power(False)