From dba32472b764e3e3c0f122b36024178c1146e0dd Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 19:08:04 -0700 Subject: [PATCH] Update step-notifier.groovy --- official/step-notifier.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/step-notifier.groovy b/official/step-notifier.groovy index 7aec19c..90c6416 100755 --- a/official/step-notifier.groovy +++ b/official/step-notifier.groovy @@ -39,7 +39,7 @@ def setupNotifications() { dynamicPage(name: "setupNotifications", title: "Configure Your Goal Notifications.", install: true, uninstall: true) { section("Select your Jawbone UP") { - input "jawbone", "device.jawboneUser", title: "Jawbone UP", required: true, multiple: false + input "jawbone", "capability.stepSensor", title: "Jawbone UP", required: true, multiple: false } section("Notify Me When"){ -- 2.34.1