Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 805 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 805 Bytes

PyEffect

Python package ready to use for the E-ffect Bridge

How to install

pip install git+https://github.com/antonin-alves/pyeffect

How to use

from pyeffect import zigbee

# Change Pedal color
zigbee.changePedalLedColor("EF-EC-01-23-45", 255, 255, 255)

# Ping a Pedal
zigbee.pingPedal("EF-EC-01-23-45")