From 7ad693ff41f41d735d5bf891c9e0db9589c139d1 Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Sat, 27 Jul 2019 11:08:52 -0700 Subject: [PATCH] Update BetterLaundryMonitor.groovy Typo in typing capability.speechSynthesis --- third-party/BetterLaundryMonitor.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/BetterLaundryMonitor.groovy b/third-party/BetterLaundryMonitor.groovy index eac009d..b079fbb 100755 --- a/third-party/BetterLaundryMonitor.groovy +++ b/third-party/BetterLaundryMonitor.groovy @@ -48,7 +48,7 @@ preferences { input "hues", "capability.colorControl", title: "Turn these hue bulbs", required:false, multiple:true input "color", "enum", title: "This color", required: false, multiple:false, options: ["White", "Red","Green","Blue","Yellow","Orange","Purple","Pink"] input "lightLevel", "enum", title: "This light Level", required: false, options: [[10:"10%"],[20:"20%"],[30:"30%"],[40:"40%"],[50:"50%"],[60:"60%"],[70:"70%"],[80:"80%"],[90:"90%"],[100:"100%"]] - input "speech", "capability.capability.speechSynthesis", title:"Speak message via: ", multiple: true, required: false + input "speech", "capability.speechSynthesis", title:"Speak message via: ", multiple: true, required: false } } -- 2.34.1