Files
MaxWaterSystem-Lite/HTML/Files_test.html
Patrick McDonagh ae0e6c4918 Adds non-working script to upload/download document from S3
Works in local test, does not work on POCloud due to the scripts not being in the header file
2017-08-17 17:46:04 -05:00

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>