feat: Updates tracking state of sensors
This commit is contained in:
@@ -65,9 +65,9 @@ public struct TrackedChanges<Value: Sendable>: Sendable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Whether the value needs processed.
|
/// Whether the value needs processed.
|
||||||
public var needsProcessed: Bool { value.needsProcessed }
|
var needsProcessed: Bool { value.needsProcessed }
|
||||||
|
|
||||||
public mutating func setHasProcessed() {
|
mutating func setHasProcessed() {
|
||||||
value = .hasProcessed(value.currentValue)
|
value = .hasProcessed(value.currentValue)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user