Loading…
Loading…
Method Name: config_security
Method ID: 0x40EB
Method Label: Config Security
Method Help: Allows the user to change the password.
- {
- int conf;
- char status[3];
- long ids[2];
- int temp;
- int local;
- int choice;
- int cfgchange;
- int p;
- int p1;
- int p2;
- int same;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- send(175,status);
- if (status[0])
- {
- display_response_status(175,status[0]);
- }
- ids[0] = 16541;
- local = select_from_list(literal_string(656),ids,literal_string(657));
- if (local < 2)
Please login for more