Skip to content

Commit

Permalink
added xbox main to selection
Browse files Browse the repository at this point in the history
  • Loading branch information
lupluv committed Aug 28, 2024
1 parent 343e7c6 commit f604178
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hdmix.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"BeamerSpace": 1,
"LautsprecherSpace": 6,
"BeamerChillecke": 5,
"Werkstatt DeepFrequencies": 7
"Werkstatt DeepFrequencies": 7,
"Xbox Main": 8
}

#HOST = "192.168.1.10"
Expand Down Expand Up @@ -68,6 +69,7 @@ def index():
<input type=submit name=LautsprecherSpace value="Volumio" class="btn {'btn-primary' if inputLautsprecherSpace == 3 else 'btn-secondary'}" />
<input type=submit name=LautsprecherSpace value="Chromecast Main" class="btn {'btn-primary' if inputLautsprecherSpace == 2 else 'btn-secondary'}" />
<input type=submit name=LautsprecherSpace value="Chromecast Chillecke" class="btn {'btn-primary' if inputLautsprecherSpace == 4 else 'btn-secondary'}" />
<input type=submit name=LautsprecherSpace value="Xbox Main" class="btn {'btn-primary' if inputLautsprecherSpace == 8 else 'btn-secondary'}" />
</div>
<div style="margin-bottom: 2rem">
Expand All @@ -76,6 +78,7 @@ def index():
<input type=submit name=BeamerSpace value="Volumio" class="btn {'btn-primary' if inputBeamerSpace == 3 else 'btn-secondary'}" />
<input type=submit name=BeamerSpace value="Chromecast Main" class="btn {'btn-primary' if inputBeamerSpace == 2 else 'btn-secondary'}" />
<input type=submit name=BeamerSpace value="Chromecast Chillecke" class="btn {'btn-primary' if inputBeamerSpace == 4 else 'btn-secondary'}" />
<input type=submit name=BeamerSpace value="Xbox Main" class="btn {'btn-primary' if inputLautsprecherSpace == 8 else 'btn-secondary'}" />
</div>
<div style="margin-bottom: 2rem">
Expand All @@ -84,6 +87,7 @@ def index():
<input type=submit name=BeamerChillecke value="Volumio" class="btn {'btn-primary' if inputBeamerChillecke == 3 else 'btn-secondary'}" />
<input type=submit name=BeamerChillecke value="Chromecast Main" class="btn {'btn-primary' if inputBeamerChillecke == 2 else 'btn-secondary'}" />
<input type=submit name=BeamerChillecke value="Chromecast Chillecke" class="btn {'btn-primary' if inputBeamerChillecke == 4 else 'btn-secondary'}" />
<input type=submit name=BeamerChillecke value="Xbox Main" class="btn {'btn-primary' if inputLautsprecherSpace == 8 else 'btn-secondary'}" />
</div>
<div style="margin-bottom: 2rem">
Expand All @@ -92,6 +96,7 @@ def index():
<input type=submit name=BeamerChillecke value="Volumio" class="btn {'btn-primary' if inputWerkstatt == 3 else 'btn-secondary'}" />
<input type=submit name=BeamerChillecke value="Chromecast Main" class="btn {'btn-primary' if inputWerkstatt == 2 else 'btn-secondary'}" />
<input type=submit name=BeamerChillecke value="Chromecast Chillecke" class="btn {'btn-primary' if inputWerkstatt == 4 else 'btn-secondary'}" />
<input type=submit name=BeamerChillecke value="Xbox Main" class="btn {'btn-primary' if inputLautsprecherSpace == 8 else 'btn-secondary'}" />
</div>
</form>
</section>
Expand Down

0 comments on commit f604178

Please sign in to comment.