Gets / sets / tests the sound volume.
Key |
Value |
Comment |
method |
"get_sound_volume" |
|
id |
id |
Random integer which is returned in the response used to link request and response. |
{
"method": "get_sound_volume",
"id": 657
}
Key |
Example |
Description |
- |
100 |
Sound volume (in %) |
{
"result": [100],
"id": 657
}
Key |
Value |
Comment |
method |
"change_sound_volume" |
|
params |
[volume] |
volume level range from 0 to 100 (in %) |
id |
id |
Random integer which is returned in the response used to link request and response. |
{
"method": "change_sound_volume",
"params": [55],
"id": 624
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 624
}
Key |
Value |
Comment |
method |
"test_sound_volume" |
|
id |
id |
Random integer which is returned in the response used to link request and response. |
{
"method": "test_sound_volume",
"id": 546
}
Standard response to succeeded command.
{
"result": ["ok"],
"id": 546
}