Changes

Jump to navigation Jump to search
32 bytes added ,  09:38, 23 August 2021
Line 13: Line 13:  
|v<br>vol<br>volume||0…250<br>+0…250<br>-0…250||volume level. With "+" or "-" increasing or decreasing volume level by the value
 
|v<br>vol<br>volume||0…250<br>+0…250<br>-0…250||volume level. With "+" or "-" increasing or decreasing volume level by the value
 
|-
 
|-
|m<br>mute|0<br>1<br>other||mute on<br>mute off<br>inverse
+
|m<br>mute||0<br>1<br>other||mute on<br>mute off<br>inverse
 
|-
 
|-
 
|p<br>pos<br>position||s.ms<br>h:m:s.ms<br>m:s||position for start playing
 
|p<br>pos<br>position||s.ms<br>h:m:s.ms<br>m:s||position for start playing
Line 80: Line 80:     
Byte media point status:
 
Byte media point status:
0 – SpeakerStatusOffsetState, 0 – off, 1 – is playing, 2 – error, 4 – pause;
+
:0 – SpeakerStatusOffsetState, 0 – off, 1 – is playing, 2 – error, 4 – pause;
1 – SpeakerStatusOffsetVolume, sound level;
+
:1 – SpeakerStatusOffsetVolume, sound level;
2 – SpeakerStatusOffsetMute, Mute status;
+
:2 – SpeakerStatusOffsetMute, Mute status;
3 – SpeakerStatusOffsetBalanse, balance;
+
:3 – SpeakerStatusOffsetBalanse, balance;
4 – SpeakerStatusOffsetPriority, priority;
+
:4 – SpeakerStatusOffsetPriority, priority;
5 – SpeakerStatusOffsetMsDuration, track length;
+
:5 – SpeakerStatusOffsetMsDuration, track length;
9 – SpeakerStatusOffsetMsDuration, track current position;
+
:9 – SpeakerStatusOffsetMsDuration, track current position;
13 – SpeakerStatusOffsetSyncMasterAddr, device address synchronised with media point;
+
:13 – SpeakerStatusOffsetSyncMasterAddr, device address synchronised with media point;
13 – SpeakerStatusOffsetSyncMasterSubId, device SubID synchronised with media point;
+
:13 – SpeakerStatusOffsetSyncMasterSubId, device SubID synchronised with media point;
14 – SpeakerStatusOffsetSyncMasterId, device ID synchronised with media point;
+
:14 – SpeakerStatusOffsetSyncMasterId, device ID synchronised with media point;
16 – SpeakerStatusOffsetSyncSlaveCount, number of devices synchronised with media point. If non-zero values then the devices addresses will be recorded after URL;
+
:16 – SpeakerStatusOffsetSyncSlaveCount, number of devices synchronised with media point. If non-zero values then the devices addresses will be recorded after URL;
17 – SpeakerStatusOffsetURL, tracked URL reference.
+
:17 – SpeakerStatusOffsetURL, tracked URL reference.
    
The comment as for Multiroom tools tab in the interface:
 
The comment as for Multiroom tools tab in the interface:
Line 117: Line 117:  
|2||pause||pause playing||<syntaxhighlight lang="xml" line>
 
|2||pause||pause playing||<syntaxhighlight lang="xml" line>
 
setStatus(MRID:30, 2);
 
setStatus(MRID:30, 2);
 +
</syntaxhighlight>
 
|-
 
|-
 
|3||continue||continue playing||<syntaxhighlight lang="xml" line>
 
|3||continue||continue playing||<syntaxhighlight lang="xml" line>

Navigation menu