From 9cad4d4ff7f1803e03c0c28d411c9e38c2c08746 Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Fri, 29 Apr 2016 17:46:49 +0900 Subject: [PATCH] Add the missing trigger template for wifi state Change-Id: If0ef0b556b073618521a3baf01d8e72ab9ebe400 Signed-off-by: Mu-Woong Lee --- include/ProviderList.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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 } }; -- 2.34.1