4.22.1 Request
The following example shows a Settings command request (section 2.2.1.18) sent from the client to the server to set the device password.
-
<?xml version="1.0" encoding="utf-8"?> <Settings> <DevicePassword> <Set> <Password>bar</Password> </Set> </DevicePassword> </Settings>