UIOutput has been renamed to StatusPageItem. It also inherits from ObservableValue. UILambdaOutput has been removed. Instead, producers can be connected to the StatusPageItems to achieve dynamic updates.
Also, System info sensors inherit directly from ValueProducer. Previously, they were Sensors, which made them FileSystemSaveable, which they really weren't.
UIOutput
has been renamed toStatusPageItem
. It also inherits fromObservableValue
.UILambdaOutput
has been removed. Instead, producers can be connected to the StatusPageItems to achieve dynamic updates.Also, System info sensors inherit directly from ValueProducer. Previously, they were Sensors, which made them FileSystemSaveable, which they really weren't.