callGetMySettingCommand
suspend fun callGetMySettingCommand(endpoint: String, params: GetMySettingParams): GetMySettingResponse
Call camera._getMySetting
Return
response of getMySetting command
Parameters
endpoint
Endpoint of Theta web API
params
getMySetting 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