mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
30f4b9562c
commit
a4c3c5e58d
@ -10,7 +10,8 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define DEFAULT_POWER true
|
#define DEFAULT_POWER true
|
||||||
#define DEVICE_DESCRIPTION "Lamp"
|
#define DEVICE_DESCRIPTION CONFIG_DEVICE_DESCRIPTION
|
||||||
|
|
||||||
extern esp_rmaker_device_t *switch_device;
|
extern esp_rmaker_device_t *switch_device;
|
||||||
void app_driver_init(void);
|
void app_driver_init(void);
|
||||||
int app_driver_set_state(bool state);
|
int app_driver_set_state(bool state);
|
||||||
|
Loading…
Reference in New Issue
Block a user