-
Notifications
You must be signed in to change notification settings - Fork 1
Commands
Matej Troják edited this page Oct 25, 2019
·
6 revisions
For a complete description of function arguments and return values, see AbstractPBR
1: get_temp_settings
args: -
2: get_temp
args: -
3: set_temp
args: temp: float
4: get_ph
args: -
5: measure_od
args: channel: int
6: get_pump_params
args: pump: int
7: set_pump_params
args: pump: int, direction: int , flow: float
8: set_pump_state
args: pump: int, on: bool
9: get_light_intensity
args: channel: int
10: set_light_intensity
args: channel: int, intensity: float
11: turn_on_light
args: channel: int, on: bool
12: get_pwm_settings
args: -
13: set_pwm
args: value: float, on: bool
14: get_o2
args: raw: bool, repeats: int, wait: int
15: get_thermoregulator_settings
args: -
16: set_thermoregulator_state
args: on: bool
17: measure_ft
args: channel: int
18: get_co2
args: raw: bool, repeats: int
19: measure_all
args: ft_channel: int, pump_id: int
For a complete description of function arguments and return values, see AbstractPBR
TBA
For a complete description of function arguments and return values, see AbstractPBR
TBA