mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-10 10:17:05 +01:00
This will add support for the KingArt Wifi Curtain Switch. There are no buttons in the web interface as I could not figure out how to create them (any help on that is welcome).
For now the switch can be controlled over MQTT:
"{hostname}/curtain/set"
"{hostname}/curtain"
14 lines
338 B
C
14 lines
338 B
C
#define INFLUXDB_SUPPORT 1
|
|
#define KINGART_CURTAIN_SUPPORT 1
|
|
#define LLMNR_SUPPORT 1
|
|
#define MDNS_CLIENT_SUPPORT 1
|
|
#define NETBIOS_SUPPORT 1
|
|
#define NOFUSS_SUPPORT 1
|
|
#define OTA_MQTT_SUPPORT 1
|
|
#define RFB_DIRECT 1
|
|
#define RFM69_SUPPORT 1
|
|
#define RF_SUPPORT 1
|
|
#define RPN_RULES_SUPPORT 1
|
|
#define SSDP_SUPPORT 1
|
|
#define UART_MQTT_SUPPORT 1
|