PowerStationMonitor/openhab2/transform/divide1000.js

4 lines
60 B
JavaScript

(function(i) {
return parseFloat(i) / 1000;
})(input)