mirror of https://github.com/sfeakes/AqualinkD.git
8 lines
149 B
C
8 lines
149 B
C
|
#ifndef HASSIO_H_
|
||
|
#define HASSIO_H_
|
||
|
|
||
|
|
||
|
|
||
|
void publish_mqtt_hassio_discover(struct aqualinkdata *aqdata, struct mg_connection *nc);
|
||
|
|
||
|
#endif // HASSIO_H_
|