mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-06 16:27:12 +01:00
- add experimental `relayDummy` to configure dummy relays at runtime - add tuya-generic-dimmer #1729 - cleanup broker interface to allow Tuya module to properly receive events, modify broker methods to allow different function signatures - add basic tests for Tuya frame and data protocol
5 lines
145 B
C
5 lines
145 B
C
#define RELAY_PROVIDER RELAY_PROVIDER_LIGHT
|
|
#define LIGHT_PROVIDER LIGHT_PROVIDER_TUYA
|
|
#define DUMMY_RELAY_COUNT 1
|
|
#define LIGHT_CHANNELS 5
|