Namespace Serenity.Feedback.Domain.ValueObjects
Structs
FeedbackIntensity
Immutable description of a single feedback impulse: the low- and high-frequency motor amplitudes (0..1) and how long the impulse should last, in seconds.
FeedbackPatternStep
One step of a multi-pulse feedback pattern: an impulse plus the offset, in seconds, from the start of the pattern at which it should begin. v1 emits single-step patterns, but the shape lets richer patterns slot in without reshaping the API.