SetSwitchTime         Set the switch screen settings.

Request

 

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

<sdk guid="##GUID">

<in method="SetSwitchTime">

<open enable="##value"/>

<ploy enable="##value">

<item enable="##value" end="##value" start="##value"/>

</ploy>

</in>

</sdk>

 

<!--

Description:

    1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.

    2. open.enable ="true"

    3. The ploy tag can have multiple item children.

    4. ploy.enable: Whether to open the time period control switch screen, the value range is {"true" (on), "false" (not on)}.

    5. item.enable: Value range {"true" (enable), "false" (not enable)}.

    6. item.start: The time to open the screen, format hh:mm:ss.

    7. item.end: Time to turn off the screen, format hh:mm:ss.

    8. The screen state is turned on during the item.start to item.end time period.

-->

Respond

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

<sdk guid="##GUID">

<out method="SetSwitchTime" result="##result"/>

</sdk>

 

<!--

Description:

    1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.

    2. out.method ="SetSwitchTime"

    3. out.result (The error code refers to ErrorCode.)

-->