PowerStationMonitor/openhab2/rules/convert_values_dcsupply.rules.unused

7 lines
178 B
Plaintext
Raw Normal View History

2022-02-09 09:55:09 +01:00
/*rule "Convert Voltage"
when
Item DC_Supply_Voltage changed
then
DC_Supply_Voltage.postUpdate(String::format("%1.2f",DC_Supply_Voltage.state as DecimalType / 10))
end
*/