emoncms
emoncms copied to clipboard
editrealtime is not working
php var $vis_version not declared in Modules/vis/visualisations/editrealtime.php
dont know why we need give a v variable to feed.js and vis.helper.js ?
<script language="javascript" type="text/javascript" src="<?php echo $path;?>Modules/feed/feed.js?v=<?php echo $vis_version; ?>"></script>
<script language="javascript" type="text/javascript" src="<?php echo $path;?>Lib/vis.helper.js?v=<?php echo $vis_version; ?>"></script>
@TrystanLea bump
https://community.openenergymonitor.org/t/datapoint-editing/22342/1
Yes agreed, data editing needs some work. Id like to integrate this in the graph module ideally and remove the original editrealtime/daily interfaces.
@TrystanLea : I will have some time in November, I will try to work on that.