Skip to content

Commit

Permalink
added conductive lick sensor type (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
saskiad authored Dec 31, 2024
1 parent a0fd74a commit 86a57bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aind_data_schema/components/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ class LickSensorType(str, Enum):
"""Type of lick sensor"""

CAPACITIVE = "Capacitive"
CONDUCTIVE = "Conductive"
PIEZOELECTIC = "Piezoelectric"


Expand Down

0 comments on commit 86a57bd

Please sign in to comment.