Skip to content

Set Bluetooth Last Use Time

Interface Address:/v2/binding/enduserapi/setBtLastUseTime

Request Method:PUT

Request Data Type:application/json

Response Data Type:*/*

Interface Description:Set Bluetooth Last Use Time

Request Parameters:

Parameter NameParameter DescriptionRequest TypeRequiredData Typeschema
btLastUseTimeBluetooth last use time (millisecond timestamp)querytrueinteger(int64)
dkDevice Keyquerytruestring
pkProduct Keyquerytruestring

Response Status:

Status CodeDescriptionschema
200Bluetooth last use time set successfullyRegistration code response data
5032Token verification failed
5106Please enter token

Response Parameters:

Parameter NameParameter DescriptionTypeschema
codeResponse status codeinteger(int32)integer(int32)
dataResponse dataobject
extMsgExtended messagestring
msgResponse messagestring

Response Example:

javascript
{
	"code": 0,
	"data": {},
	"extMsg": "",
	"msg": ""
}