Search found 2 matches

by eBeshi
Sat May 11, 2024 12:02 pm
Forum: ESP RainMaker
Topic: Modify default range of addSpeedParam()
Replies: 2
Views: 4287

Re: Modify default range of addSpeedParam()

Have you tried using ESP_RMAKER_PARAM_SPEED instead of ESP_RMAKER_PARAM_RANGE for the speed parameter? Hi Piyush, If I'm not mistaken, the functions you are mentioning are in C and not C++ correct? How would I go about that in C++? I have used the range param before, but that does not appear in the...
by eBeshi
Mon Apr 15, 2024 10:25 am
Forum: ESP RainMaker
Topic: Modify default range of addSpeedParam()
Replies: 2
Views: 4287

Modify default range of addSpeedParam()

Dear all, I am building a device within a node that controls a 3-speed fan with 2 modes (Cooling/Heating). The device must be compatible with Google Voice Assistant(GVA) thus I must use the Standard Types. I am using the airconditioner device type for this reason. To control the speed I used a stand...