GET api/EachDayTimingStart?uniqueid={uniqueid}&deviceno={deviceno}&hour={hour}&minute={minute}&endtime={endtime}&runtime={runtime}

每日定时

Request Information

Parameters

NameDescriptionAdditional information
uniqueid
节点标识[8位字符串]

Define this parameter in the request URI.

deviceno
设备编号[0-255]

Define this parameter in the request URI.

hour
每日定时的小时数[0-23]

Define this parameter in the request URI.

minute
每日定时的分钟数[0-60]

Define this parameter in the request URI.

endtime
结束执行时间(日期格式:yyyy-MM-dd HH:mm:ss)

Define this parameter in the request URI.

runtime
运行时间 (单位:分钟) endtime和runtime二选一。当endtime和runtime都不为空时{endtime=当前值,runtime为0}否则其中一个为空字符串时 值为0

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>