This commit is contained in:
Alexandre B 2024-09-01 02:16:04 -04:00
parent 30f4b9562c
commit a4c3c5e58d

View File

@ -10,7 +10,8 @@
#include <stdbool.h>
#define DEFAULT_POWER true
#define DEVICE_DESCRIPTION "Lamp"
#define DEVICE_DESCRIPTION CONFIG_DEVICE_DESCRIPTION
extern esp_rmaker_device_t *switch_device;
void app_driver_init(void);
int app_driver_set_state(bool state);