simulate hc's

This commit is contained in:
proddy
2024-03-09 14:50:52 +01:00
parent d25ead5208
commit c75f7b6c7d
2 changed files with 7 additions and 4 deletions

View File

@@ -4,6 +4,6 @@
# run from top folder like `sh ./scripts/dump_entities.sh`
rm -f dump_entities.csv
make clean
make ARGS=-DEMSESP_STANDALONE_DUMP
make ARGS=-DEMSESP_STANDALONE
echo "test entity_dump" | ./emsesp | python3 ./scripts/dump_entities.py > dump_entities.csv
cat dump_entities.csv