From 6a0742e11cb7154602f12539a2baf23c5126ea2a Mon Sep 17 00:00:00 2001 From: RS <2199132+rsnodgrass@users.noreply.github.com> Date: Thu, 22 Nov 2018 13:44:48 -0800 Subject: [PATCH] Clarifying what "Native App" actually means Clarifying what the term "Native App" actually means --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55adf66..8a8ed15 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ $ pm2 start smartthings-mqtt-bridge └─────────────────────────┴────┴──────┴───────┴────────┴─────────┴────────┴────────────┴──────────┘ $ pm2 logs smartthings-mqtt-bridge -smartthings-mqtt-bridge-1 (out): info: Starting SmartThings MQTT Bridge - v1.1.3 +smartthings-mqtt-bridge-1 (out): info: Starting SmartThings MQTT Bridge - v3.0.0 smartthings-mqtt-bridge-1 (out): info: Loading configuration smartthings-mqtt-bridge-1 (out): info: No previous configuration found, creating one @@ -150,8 +150,8 @@ $ pm2 restart smartthings-mqtt-bridge 3. Add the "MQTT Device" device in the [My Devices IDE][ide-mydev]. Enter MQTT Device (or whatever) for the name. Select "MQTT Bridge" for the type. The other values are up to you. 4. Configure the "MQTT Device" in the [My Devices IDE][ide-mydev] with the IP Address, Port, and MAC Address of the machine running the Docker container 4. Install the [Smart App][app] on the [Smart App IDE][ide-app] using "Create via code" -5. Configure the Smart App (via the Native App; on Android, this must be the Classic version) with the devices you want to share and the Device Handler you just installed as the bridge -6. Via the Native App, select your MQTT device and watch as MQTT is populated with events from your devices +5. Configure the Smart App via the SmartThings app (iOS, or Android SmartThings Classic app) with the devices you want to share and the Device Handler you just installed as the bridge +6. Via the SmartThings app (Android or iOS), select your MQTT device and watch as MQTT is populated with events from your devices ## Advanced ### Docker Compose