Package-level declarations

Types

Link copied to clipboard
@Serializable
data class FilterMetaData(val name: String = "Filter", val error: String = "", val sources: List<NodeIdentity> = emptyList(), val snapshot: Snapshot = Snapshot(), val invocationTriggers: List<InvocationTrigger> = emptyList(), val nodeAction: NodeAction = NodeAction.EXECUTE, val inputs: List<NodeIdentity> = emptyList()) : SourceMetaData

Payload for any DataPoint.Filter node — a name and a single numeric configuration value (cutoff, deadband width, debounce window, etc.).