From 5b1ac420154a7a373c4a55d755c43a6db4f1b52e Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Nov 2021 18:09:59 +0100 Subject: [PATCH] test message redefinition --- test_coverage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test_coverage.sh b/test_coverage.sh index 3fa9da4e..93464650 100755 --- a/test_coverage.sh +++ b/test_coverage.sh @@ -407,6 +407,7 @@ curl -s "http://localhost:8878/data/mc.4/outsidetemp?poll=1" >/dev/null curl -s "http://localhost:8878/data/?verbose=1" >/dev/null curl -s "http://localhost:8878/data/?indexed=1&numeric=1" >/dev/null curl -s "http://localhost:8878/data/?full&valuename&write&raw&def" >/dev/null +curl -s "http://localhost:8878/data/mc.4/outsidetemp2?define=r,mc.4,outsidetemp2,,,52,0102,,,,UCH" >/dev/null curl -s "http://localhost:8878/datatypes" >/dev/null curl -s "http://localhost:8878/raw" >/dev/null curl -s "http://localhost:8878/decode?def=UCH&raw=1f" >/dev/null