callSetMySettingCommand
suspend fun callSetMySettingCommand(endpoint: String, params: SetMySettingParams): SetMySettingResponse
Call camera._setMySetting
Return
response of setMySetting command
Parameters
endpoint
Endpoint of Theta web API
params
setMySetting parameters
See also
Throws
java.net.ConnectException
can not connect to target endpoint
ConnectTimeoutException
timeout to connect target endpoint
RedirectResponseException
target response 3xx status
ClientRequestException
target response 4xx status
ServerResponseException
target response 5xx status