Supported Operations

19.4.1.53 SetMetadeviceStatus

FUNCTION DESCRIPTION:

To change the metadevice status (1=on 0=off)

Parameters:

_user Login name of the executor. 

_pwd Passw ord of the executor. 

_idMetadevice Id of the metadevice to setup

_status The value for the status (1=on 0=off)


Result data example:

<string xmlns="http://www.etere.eu/EtereWSApi">

<?xml version="1.0" encoding="utf-8"?> 

<WSApiResponse> 

<Function Name="SetMetadeviceStatus"> 

<Result Code="0" Description="Success"/> 

</Function> 

</WSApiResponse> 

</string>