thing-it-device-kisi
Version:
[thing-it-node] Device Plugin for Kisi products.
38 lines • 2.35 kB
HTML
<html ng-app="testApp">
<head>
<link href="https://www.thing-it.com/thing-it/css/fonts/titillium-web.css"
rel="stylesheet" type="text/css">
<link href="https://www.thing-it.com/thing-it/css/fonts/streamline.css" rel="stylesheet" type="text/css">
<link href="https://www.thing-it.com/thing-it/css/bpmn/bpmn.css" rel="stylesheet" type="text/css">
<link rel="stylesheet"
href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="https://www.thing-it.com/thing-it-node/www/css/ion.rangeSlider.css"
style="cursor: default;">
<link rel="stylesheet" href="https://www.thing-it.com/thing-it-node/www/css/ion.rangeSlider.skinHTML5.css"
style="cursor: default;">
<link rel="stylesheet" href="https://www.thing-it.com/thing-it-node/www/css/normalize.css" style="cursor: default;">
<link rel="stylesheet" href="https://www.thing-it.com/thing-it-node/www/css/spectrum.css" style="cursor: default;">
<link rel="stylesheet" href="https://www.thing-it.com/thing-it-node/www/css/jquery.jqplot.css"
style="cursor: default;">
<link rel="stylesheet" href="https://www.thing-it.com/thing-it-node/www/css/responsive.min.css"
style="cursor: default;">
<link rel="stylesheet" href="https://www.thing-it.com/thing-it-node/www/css/thing-it-plugins.min.css"
style="cursor: default;">
<link href="https://www.thing-it.com/thing-it/css/thing-it-portal.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.0/angular.min.js"></script>
<script src="https://www.thing-it.com/thing-it/js/libs/thing-it/thing-it-test.js"></script>
<script src="./uiTest.js"></script>
</head>
<body>
<div class="padding1" ng-controller="TestController as test">
<h1>Kisi Door</h1>
<div class="marginBottom1 marginTop1 flexLayout flexAlignCenter"><label>Status</label><input type="checkbox" class="marginLeft0_5"
ng-model="test.component._state.unlock">
</div>
<div class="flexLayout flexJustifyCenter" style="width: 40em; border: 1px solid grey;"
ng-repeat="component in [test.component]"
ng-include="'../web/kisiDoor.html'"></div>
</div>
</body>
</html>