aboutsummaryrefslogtreecommitdiffstats
path: root/include/libhomescreen.hpp
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-05-16 14:20:09 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-05-16 14:20:09 +0800
commit85e6e550f1afb910b840967fae26db7c578ac06a (patch)
tree21baf910fa80d7750f2896cdf31631bcdfc3ccc8 /include/libhomescreen.hpp
parent44290c49e08fe52d6e3ed80720473577131090f4 (diff)
modify subscribe opportunity
Change-Id: I47ff97e4eab37e4b942c1721560f8b381ce14592
Diffstat (limited to 'include/libhomescreen.hpp')
-rw-r--r--include/libhomescreen.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libhomescreen.hpp b/include/libhomescreen.hpp
index e51e01c..32a9121 100644
--- a/include/libhomescreen.hpp
+++ b/include/libhomescreen.hpp
@@ -65,6 +65,7 @@ public:
int onScreenReply(const char* reply_message);
void set_event_handler(enum EventType et, handler_func f);
+ void publishSubscription(void);
void registerCallback(
void (*event_cb)(const std::string& event, struct json_object* event_contents),