Koenkk / Z-Stack-firmware

Compilation instructions and hex files for Z-Stack firmwares
MIT License
2.33k stars 643 forks source link

UTIL_LED_CONTROL how to control RED LED #406

Closed Tarik2142 closed 1 year ago

Tarik2142 commented 1 year ago

I have a SLZB-06 coordinator with the following LED pinout: DIO_6 (Red) DIO_7 (Green) I can control the green LED using the following packets:

0xFE 0x02 0x27 0x0A 0x01 0x00 0x2E  - off led
0xFE 0x02 0x27 0x0A 0x01 0x01 0x2F  - on led

What is the LedId of the red led? I tried 0 and 2 but it doesn't work

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days