Tiutiu Marius Cristian
Tiutiu Marius Cristian
Basic whitelisting/blacklisting support for the ZGatewayRF. Nothing fancy or complicated just a simple filtering based on the unique RC switch code being sent. This avoids creating in Home Assistant for...
I created a dumb example in order to test the Neopixel module: ``` import machine import time np = machine.Neopixel(22, 5, machine.Neopixel.TYPE_RGB) np.brightness(100) for pos in range(1, 5): np.set(pos, 0xFF0000)...
Hello, is it possible to have a **dry-run** option for the **delete** command? It would be useful to know beforehand what gets deleted. Thanks.