}
section("Notify Me When"){
- input "thresholdType", "enum", title: "Select When to Notify", required: false, defaultValue: "Goal Reached", options: [["Goal":"Goal Reached"],["Threshold":"Specific Number of Steps"]], submitOnChange:true
+ input "thresholdType", "enum", title: "Select When to Notify", required: false, defaultValue: "Goal Reached", options: ["Goal","Threshold"], submitOnChange:true
if (settings.thresholdType) {
if (settings.thresholdType == "Threshold") {
input "threshold", "number", title: "Enter Step Threshold", description: "Number", required: true