PowerStationMonitor/openhab2/transform/divide100.js

4 lines
59 B
JavaScript

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