Snapshot 1302 - well done! 👍

Congratulations on the lastest build! :+1:
Cleanest start up I have had for a very long time.

Only 1 warning (3 actually but 3 times the same one)

2018-06-20 11:43:20.454 [WARN ] [rm.AbstractFileTransformationService] - Could not transform 'NULL' with the file 'beaufort.scale' : Scale can only be used with numeric inputs
2 Likes
rule SystemStarted
when
    System started
then
    ScaleItem.postUpdate(0)
end

Thanks @hr3
But what does that achieve exactly?