Set min and max value with setProperty function

Since I got no response from @Dmytro if it is implemented in Blynk 2.0 or not… has anyone tested it already?

BLYNK_CONNECTED(){
  Blynk.setProperty(V2, "min", 3);
  Blynk.setProperty(V2, "max", 5);
}