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
This commit is contained in:
16
HTML/Files_test.html
Normal file
16
HTML/Files_test.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user