diff --git a/smartapps/ScheduleRoomTempControl b/smartapps/ScheduleRoomTempControl index 1e344865..ffa4236d 100644 --- a/smartapps/ScheduleRoomTempControl +++ b/smartapps/ScheduleRoomTempControl @@ -44,7 +44,7 @@ def generalSetupPage() { dynamicPage(name: "generalSetupPage", uninstall: true, nextPage: roomsSetupPage) { section("About") { paragraph "ScheduleRoomTempControl, the smartapp that enables better temp control in rooms based on Smart Vents" - paragraph "Version 1.0.4" + paragraph "Version 1.0.5" paragraph "If you like this smartapp, please support the developer via PayPal and click on the Paypal link below " href url: "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=yracine%40yahoo%2ecom&lc=US&item_name=Maisons%20ecomatiq&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest", title:"Paypal donation..." @@ -333,11 +333,11 @@ def schedulesSetup(params) { input (name:"givenClimate${indiceSchedule}", type:"enum", title: "Which ecobee program? ", options: ecobeePrograms, required: false, defaultValue:settings."givenClimate${indiceSchedule}", description: "Optional") } - section("Schedule ${indiceSchedule}-Desired Cool Temp during the schedule [optional]") { + section("Schedule ${indiceSchedule}-Cool setpoint during the schedule [optional]") { input (name:"desiredCool${indiceSchedule}", type:"decimal", title: "Cool Temp, default = 75°F/23°C", required: false,defaultValue:settings."desiredCool${indiceSchedule}", description: "Optional") } - section("Schedule ${indiceSchedule}-Desired Heat Temp during the schedule [optional]") { + section("Schedule ${indiceSchedule}-Heat setpoint during the schedule [optional]") { input (name:"desiredHeat${indiceSchedule}", type:"decimal", title: "Heat Temp, default=72°F/21°C", required: false, defaultValue:settings."desiredHeat${indiceSchedule}", description: "Optional") }