From: Mu-Woong Lee Date: Fri, 29 Apr 2016 08:46:49 +0000 (+0900) Subject: Add the missing trigger template for wifi state X-Git-Tag: submit/tizen/20160503.015801^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cad4d4ff7f1803e03c0c28d411c9e38c2c08746;p=platform%2Fcore%2Fcontext%2Fcontext-provider.git Add the missing trigger template for wifi state Change-Id: If0ef0b556b073618521a3baf01d8e72ab9ebe400 Signed-off-by: Mu-Woong Lee --- diff --git a/include/ProviderList.h b/include/ProviderList.h index 7ffcd9c..11e54f3 100644 --- a/include/ProviderList.h +++ b/include/ProviderList.h @@ -204,6 +204,15 @@ const struct { "\"DayOfMonth\":{\"type\":\"integer\",\"min\":1,\"max\":31}" "}", NULL + }, + { + SUBJ_STATE_WIFI, + OPS_SUBSCRIBE | OPS_READ, + "{" + "\"State\":{\"type\":\"string\",\"values\":[\"Disabled\",\"Unconnected\",\"Connected\"]}," + "\"BSSID\":{\"type\":\"string\"}" + "}", + NULL } };