Skip to content

Commit

Permalink
Change regex for non-specific SimDevice device to match any that are …
Browse files Browse the repository at this point in the history
…not covered by the specific cases.
  • Loading branch information
brettle committed May 23, 2024
1 parent faa3b03 commit 3257cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/halsim_ws_core/doc/wpilib-ws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ components:
const: SimDevice
device:
type: string
format: "[^:]+"
format: "(?!(DutyCycle|CAN(Motor|Encoder|Gyro|Accel|AIn|DIO|DutyCycle)):.+).+"
data:
type: object
additionalProperties:
Expand Down

0 comments on commit 3257cf1

Please sign in to comment.