#ifndef COMMON_H #define COMMON_H #include void common_init(void); cJSON *create_light_status_json(void); #endif // COMMON_H