Loading…

Method Name: write_protection

Method ID: 0x4006

Method Label: Write Protection

Method Help: Remote-write-Protection by panel can be modified if Passcode matches.Access-Restricted Error is returned when the Passcode does not match.


  • {
  • char status[3];
  • _get_dev_var_value(literal_string(105),0,16416);
  • _get_dev_var_value(literal_string(106),0,16417);
  • if (four_digit_value_passcode != 4376)
  • {
  • ACKNOWLEDGE(literal_string(71));
  • }
  • send(154,status);
  • if (status[0])
  • {
  • display_response_status(154,status[0]);
  • DELAY(2,literal_string(107));
  • process_abort();
  • }


Please login for more