głośniki: nie synchronizuj z Kodi
Naprawiło się audio przez HDMI, głośniki dla Kodi już niepotrzebne.
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
|
||||
rule "Zasilanie głośników"
|
||||
when
|
||||
Item Kodi_State received update or
|
||||
Item Mpd_quodlibet_StartStop received update
|
||||
then
|
||||
|
||||
if (Kodi_State.state == "Play" || Mpd_quodlibet_StartStop.state == ON) {
|
||||
if (Mpd_quodlibet_StartStop.state == ON) {
|
||||
sOWFS03.sendCommand(ON)
|
||||
|
||||
} else if (Kodi_State.state == "Stop" && Mpd_quodlibet_StartStop.state == OFF) {
|
||||
} else if (Mpd_quodlibet_StartStop.state == OFF) {
|
||||
sOWFS03.sendCommand(OFF)
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user