Default origin and ramp on LevelEndpoint::setOn and request #68
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/level-endpoint-defaults"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Both entry points now take
(value, now, origin = Manual, rampMs = 0), so the common manual call needs neither trailing argument. The time parameter moved ahead of the two optional ones. Callers in the runtime, lighting and bathroom nodes updated.Built all three node environments and ran the native suite (437 cases pass).