update README and changelog

minor update to JsonAPIIndicator
This commit is contained in:
Gunther Schulz
2020-06-12 22:48:42 +02:00
parent ae6a2367b1
commit 1b2beab4c4
4 changed files with 257 additions and 44 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ void IndicatorControl(CJAVal &dataObject){
if(actionType=="REQUEST") {
GetIndicatorResult(dataObject);
}
else if(actionType=="START") {
else if(actionType=="ATTACH") {
StartIndicator(dataObject);
}
}