Loading…

Method Name: mtrigger_local_operation_disabled

Method ID: 0x40F6

Method Label: Enable/Disable local operation

Method Help: Use this method to enable or disable the local operation via Cmd 160.


  • {
  • char status[3];
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _get_dev_var_value(literal_string(718),0,16541);
  • PUT_MESSAGE(literal_string(719));
  • send(160,status);
  • ACKNOWLEDGE(literal_string(720));
  • if (status[0] == 1)
  • {
  • display_response_status(160,status[0]);
  • process_abort();
  • }


Please login for more