thing-it-device-itach
Version:
[thing-it-node] Device Plugin for ITach bridges (e.g. Wifi/IR).
24 lines (22 loc) • 754 B
HTML
<table class="buttonGrid">
<tr>
<td>
<div class="circleButton"
ng-click="panel.callDeviceService(component, 'start'); $event.stopPropagation()"><i
class="icon sl-play-1"></i>
</div>
</td>
<td>
<div class="circleButton"
ng-click="panel.callDeviceService(component, 'dock'); $event.stopPropagation()"><i
class="icon sl-house-2"></i>
</div>
</td>
<td>
<div class="circleButton"
ng-click="panel.callDeviceService(component, 'stop'); $event.stopPropagation()"><i
class="icon sl-stop-1"></i>
</div>
</td>
</tr>
</table>