UNPKG

thing-it-device-art-net

Version:

[thing-it-node] Device Plugin for Art-Net Universes.

25 lines (23 loc) 1.01 kB
<table class="formTable" style="width: 100%;"> <tr style="vertical-align: middle"> <td style="padding-left: 5px; width: 50px;"> <div id="right" class="circleButton" style="background-color: red;" ng-click="panel.callActorService(component, 'off' )"> <div><i class="fa fa-power-off"></i></div> </div> </td> <td style="width: 99%;"> <input ti-slider="" ti-model="component._state.intensity" ti-min="'-100'" ti-max="'100'" ti-change="panel.callActorService(component, 'setIntensity', {intensity: component._state.intensity} )"> </td> <td style="width: 50px; padding-right: 10px;"> <ti-color-picker ng-model="component._state.hex"></ti-color-picker> <ti-color-picker ng-model="component._state.effectiveHex"></ti-color-picker> </td> </tr> </table>