/
RE
reef-pi
/
reef-pi API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5m ago · Updated 2mo ago
Details
Filter operations
AnalogInputs
6
get
List all analog inputs
put
Create an analog input
get
Get an analog input by ID
post
Update an analog input
delete
Delete an analog input
post
Read current value from an analog input
ATO
7
Camera
5
Doser
9
Drivers
7
Equipment
6
Inlets
6
Jacks
6
Journal
7
Lighting
6
Macros
7
Outlets
5
PH
9
System
8
Temperature
10
Timers
5
AnalogInputs
Create an analog input
put
/api/analog_inputs
Request body
AnalogInput
required
id
string
name
string
required
pin
integer
driver
string
required
Response
Analog input created
ErrorResponse
required
message
string
required
Changes