From e940a068127e755197d7fd642c94a008d9fd3c8d Mon Sep 17 00:00:00 2001 From: David Parker Date: Thu, 2 Aug 2018 14:33:14 +0100 Subject: [PATCH] Remove reference to now-removed 5 minute sync https://github.com/ibm-watson-iot/gateway-smartthings/issues/5 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 68f54c2..471a6e4 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,8 @@ After the setup is complete you should be able to see the application listed whe ## Events - Device events are streamed in real time into Watson IoT -- In addition to the real time event pass-through, every 5 minutes the current state of all devices is captured and reported to Watson IoT -State updates are published to Watson IoT in real time and captured every 5 minutes even when no state changes have occured. The events sent by any device are defined by it's capabilities. Watson IoT eventId's match 1:1 with SmartThings capabilities, all events are sent in JSON format. +State updates are published to Watson IoT in real time. The events sent by any device are defined by it's capabilities. Watson IoT eventId's match 1:1 with SmartThings capabilities, all events are sent in JSON format. SmartThings often represents boolean (true or false) states as a string (e.g. on|off, active|inactive). The Watson IoT bridge converts these into simple boolean values to ease analytics and rule generation: