HTTP setting overtemp_threshold_tC

  • On a Shelly1 I can set the overtemp_threshold_tC with

    http://192.168.4.233/settings/ext_t…threshold_tC=16

    Code
    {"overtemp_threshold_tC":16.0,"overtemp_threshold_tF":60.8,"undertemp_threshold_tC":14.4,"undertemp_threshold_tF":57.9,"overtemp_act":"disabled","undertemp_act":"disabled","offset_tC":0.0,"offset_tF":0.0}


    BUT on a UNI there are 2 relays so the object is an array

    Code
    [{"overtemp_threshold_tC":33.0,"overtemp_threshold_tF":91.4,"undertemp_threshold_tC":0.0,"undertemp_threshold_tF":32.0,"overtemp_act":"disabled","undertemp_act":"disabled","offset_tC":0.0,"offset_tF":0.0},{"overtemp_threshold_tC":22.0,"overtemp_threshold_tF":71.6,"undertemp_threshold_tC":0.0,"undertemp_threshold_tF":32.0,"overtemp_act":"disabled","undertemp_act":"disabled","offset_tC":0.0,"offset_tF":0.0}]

    Anyone know how to set a overTemp? with in the array