zum wechseln von Radiosender habe ich mir dieses Widget gebaut:
Code: Alles auswählen
<div ng-if="itemValue('HarmonyHubCurrentActivity') =='Radio'>
<div class="row">
<div class="col-xs-4"><span><button style="border: none; background: none;" ng-click="sendCmd('HarmonyHubButtonPress', 'Number1')"><img src="http://xxx.xxx.xxx.xxx:8080/icons/classic/vest.svg" width="100" height="75"></button></span></div>
<div class="col-xs-4"><span><button style="border: none; background: none;" ng-click="sendCmd('HarmonyHubButtonPress', 'Number2')"> <img src="http://xxx.xxx.xxx.xxx:8080/icons/classic/985.svg" width="100" height="75"></button></span></div>
<div class="col-xs-4"><span><button style="border: none; background: none;" ng-click="sendCmd('HarmonyHubButtonPress', 'Number3')"> <img src="http://xxx.xxx.xxx.xxx:8080/icons/classic/wdr2.svg" width="100" height="75"></button></span></div>
</div>
<br></br>
<div class="row">
<div class="col-xs-4"><span><button style="border: none; background: none;" ng-click="sendCmd('HarmonyHubButtonPress', 'Number4')"> <img src="http://xxx.xxx.xxx.xxx:8080/icons/classic/bay3.svg" width="100" height="75"></button></span></div>
<div class="col-xs-4"><span><button style="border: none; background: none;" ng-click="sendCmd('HarmonyHubButtonPress', 'Number5')"> <img src="http://xxx.xxx.xxx.xxx:8080/icons/classic/rel.svg" width="100" height="75"></button></span></div>
<div class="col-xs-4"><span><button style="border: none; background: none;" ng-click="sendCmd('HarmonyHubButtonPress', 'Number6')"> <img src="http://xxx.xxx.xxx.xxx:8080/icons/classic/ndr2.svg" width="100" height="75"></button></span></div>
</div>
<br></br>
<div class="row">
<div class="col-xs-4"><span><button style="border: none; background: none;" ng-click="sendCmd('HarmonyHubButtonPress', 'Number7')"> <img src="http://xxx.xxx.xxx.xxx:8080/icons/classic/swr3.svg" width="100" height="75"></button></span></div>
<div class="col-xs-4"><span><button style="border: none; background: none;" ng-click="sendCmd('HarmonyHubButtonPress', 'Number8')"> <img src="http://xxx.xxx.xxx.xxx:8080/icons/classic/1Live.svg" width="100" height="75"></button></span></div>
<div class="col-xs-4"><span><button style="border: none; background: none;" ng-click="sendCmd('HarmonyHubButtonPress', 'Number9')"> <img src="http://xxx.xxx.xxx.xxx:8080/icons/classic/hr3.svg" width="100" height="75"></button></span></div>
</div>
</div>
Hat dazu jemand eine Idee ?