renameDevice

Renames a device.

Request

<renameDevice>
   <objectID/>
   <name/>
</renameDevice>

Reply

<renameDevice>
   <result value=" ">
       <description/>
   </result>  
</renameDevice>

Elements

objectID

Specifies the ID of the object to rename.

name

Specifies the new name of the object.

result

Specifies an error or 0 (for no error).

description

Specifies a text description of the result.