Loading…
Loading…
Method Name: method_change_password
Method ID: 0x4029
Method Label: Change Password
Method Help:
- {
- int tmp_password;
- char cmd_status[3];
- int result;
- _get_dev_var_value(literal_string(405),0,16421);
- tmp_password = atoi(password_ascii);
- _iassign(16420,tmp_password);
- _get_dev_var_value(literal_string(401),0,16421);
- tmp_password = atoi(password_ascii);
- _iassign(16426,tmp_password);
- result = send(131,cmd_status);
- DELAY(2,literal_string(406));
- if (response_code != 0)
- {
- DELAY(3,literal_string(407));
- }
Please login for more