张宇恒
2022-04-15 6c756e2a0ec1d67b1c13d3b9c2a387e046456ffa
1
2
3
4
5
6
7
8
9
({
    sliderInputHandler : function(component, event) {
        component.set("v.requestedTemp", event.target.value);
    },
 
    sliderChangeHandler : function() {
        // Make call to connected thermostat here
    }
})