Preparing search index...
The search index is not available
lgtv-ts
lgtv-ts
helpers/types
VolumeResponse
Interface VolumeResponse
interface
VolumeResponse
{
id
:
string
;
payload
:
{
returnValue
:
boolean
;
soundOutput
:
SoundOutput
;
volume
:
number
}
;
type
:
"error"
|
"response"
|
"registered"
|
"prompt"
;
}
Hierarchy
Omit
<
LGWebSocketResponse
,
"payload"
>
VolumeResponse
Index
Properties
id
payload
type
Properties
id
id
:
string
payload
payload
:
{
returnValue
:
boolean
;
soundOutput
:
SoundOutput
;
volume
:
number
}
type
type
:
"error"
|
"response"
|
"registered"
|
"prompt"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
payload
type
lgtv-ts
Loading...