Works in local test, does not work on POCloud due to the scripts not being in the header file
17 lines
471 B
HTML
17 lines
471 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.92.0.min.js"></script>
|
|
<!-- <script src="https://s3.amazonaws.com/pocloud-scripts/s3files.js"></script> -->
|
|
<script src="./s3files.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="fileApp"></div>
|
|
|
|
<script>
|
|
// checkDevice('<%=channels["flowmonitor.low_flow_gpm"].techName %>');
|
|
checkDevice("flowmonitor_[c4:93:00:03:69:bc:01:40]");
|
|
</script>
|
|
</body>
|
|
</html>
|