Project

General

Profile

support #31

Updated by hemant harlalka 3 months ago

There is an alarm configuration button on the energy meter which has some previous parameters and asked to add some more parameters  
 As of now the json for configuring the alarm is below :  

 { 
         PID_SOFT_SETTING: { 
           SLAVE_ID: "" 
           SLAVE_NO: "" 
           SLAVE_MAKE: "" 
           SLAVE_MODEL: "", 
           SOFT_ALARM: { 
             PARAMETER_NAME: "", 
             ALARM_LOW_THRESHOLD: "", 
             ALARM_HIGH_THRESHOLD: "", 
             ALARM_ACTION: "", 
             ALARM_THRESHOLD: "" 
           }, 
         }, 
       } So whatever changes required in the current format and according to feature please provide me a new json format  




Back