You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tic2mqtt/homeassistant.h

9 lines
169 B
C

2 years ago
#ifndef __HOME_ASSISTANT_H__
#define __HOME_ASSISTANT_H__
#include "mosquitto.h"
extern void ha_config_init(const char *tic_name, struct mosquitto *mosq_tic);
#endif