Page 1 of 1

Is there a way to make attributes read only in the Rainmaker app?

Posted: Sat Feb 03, 2024 4:53 pm
by realrobotshk
I've got a device with a whole bunch of boolean indicators that I want displayed in the app. Is there a way to make a toggle (for example) show the current state, but not be pressable?

Re: Is there a way to make attributes read only in the Rainmaker app?

Posted: Thu Mar 28, 2024 2:16 am
by ESP_Piyush
Sorry for missing this out. Just pass PROP_FLAG_READ as properties while creating your parameter using esp_rmaker_param_create() . An example can be found here.