Skip to main content
. 2016 Jun 27;16(7):980. doi: 10.3390/s16070980
{
// Common communication format
 "AnomalyConditions":[
 {
     "ConditionKey" : "Age",
     "ConditionType" : "String",
     "ConditionValue" : "Adult",
     "ConditionValueOperator" : "="
 },
 {
     "ConditionKey" : "Duration",
     "ConditionType" : "String",
     "ConditionValue" : "1h",
     "ConditionValueOperator" : "="
 },
 {
     "ConditionKey" : "CurrentContext",
     "ConditionType" : "String",
     "ConditionValue" : "Sitting",
     "ConditionValueOperator" : "="
 }, "AnomalyID" : "1"
 ]
}