Added placeholder hass

This commit is contained in:
Indu Prakash
2022-09-08 05:31:05 -05:00
parent 39dd181d42
commit 258873a37b
2 changed files with 7 additions and 0 deletions

5
src/httpserver/hass.c Normal file
View File

@ -0,0 +1,5 @@
#include "hass.h"
#include "../new_common.h"
#include "../new_cfg.h"
//This will get populated in a later merge

2
src/httpserver/hass.h Normal file
View File

@ -0,0 +1,2 @@
//This will get populated in a later merge