Add the missing trigger template for wifi state 43/67943/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 29 Apr 2016 08:46:49 +0000 (17:46 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 29 Apr 2016 08:46:49 +0000 (17:46 +0900)
Change-Id: If0ef0b556b073618521a3baf01d8e72ab9ebe400
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
include/ProviderList.h

index 7ffcd9c..11e54f3 100644 (file)
@@ -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
        }
 };