pip install git+https://github.com/antonin-alves/pyeffect
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")
pip install git+https://github.com/antonin-alves/pyeffect
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")