Preparing search index...

    Variable PathValueStateSchemaConst

    PathValueStateSchema: TObject<
        {
            lastValue: TOptional<TObject<{ timestamp: TString; value: TUnknown }>>;
            timedOut: TOptional<TBoolean>;
        },
    > = ...

    Server-emitted metadata about a delta value. The timedOut flag distinguishes a synthetic null produced by the staleness enforcer from a sensor that legitimately reports value: null.