Pins - Plaato Airlock
Kristofer avatar
Written by Kristofer
Updated over a week ago

Each value in the app is represented by a pin. To get a specific value with the API you need to use the correct pin that corresponds to the value you want. Here is the table of the pins that are available in the API.

Pin

Name

Description

Value type

Example value

v102

bpm

Bubbles per minute

Number

42

v103

temperature

Ambient temperature

String

"22.144149780273438"

v104

volume

Batch volume

String

"24.0"

v105

original gravity

Original gravity of batch. In Oechsle [g/cm3]

String

"1.04"

v106

specific gravity

Estimated specific gravity of batch. In Oechsle [g/cm3]

String

"1.0199115"

v107

abv

Alcohol by volume in percent [%]

String

"2.6709838"

v108

temperature_unit

Temperature unit. Either °C or °F

String

"°C"

v109

volume_unit

Volume unit. Either L or gal

String

"L"

v110

bubbles

Total number of bubbles counted for the current batch

String

"170752"

v119

co2

The total volume of evolved CO2 for the current batch.

String

"113.52909851074219"

Did this answer your question?