We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce2140 commit 6a1b57dCopy full SHA for 6a1b57d
src/aind_data_schema/components/devices.py
@@ -809,7 +809,7 @@ class RewardSpout(Device):
809
spout_diameter_unit: SizeUnit = Field(default=SizeUnit.MM, title="Spout diameter unit")
810
spout_position: Optional[RelativePosition] = Field(default=None, title="Spout stage position")
811
solenoid_valve: Device = Field(..., title="Solenoid valve")
812
- lick_sensor: Optional[Union[Device, DAQChannel]] = Field(default=None, title="Lick sensor")
+ lick_sensor: Optional[Device] = Field(default=None, title="Lick sensor")
813
lick_sensor_type: Optional[LickSensorType] = Field(default=None, title="Lick sensor type")
814
notes: Optional[str] = Field(default=None, title="Notes")
815
0 commit comments