Tank Utility · Arazzo Workflow
Tank Utility — read propane tank level
Version 1.0.0
Authenticate to the Tank Utility API, list the propane monitors on the account, and read the latest reading (fuel level %, temperature) for the first device.
View Spec
View on GitHub
PropaneTank MonitoringIoTFuel DeliveryTelemetryEnergySensorsCompanyArazzoWorkflows
Provider
Workflows
readTankLevel
Get a token, list devices, and read the first device's latest reading.
Exchanges account credentials for a token, lists device IDs, then reads the first device's telemetry.
1
getToken
getToken
Exchange Basic-auth credentials for a short-lived API token.
2
listDevices
getDevices
List the device IDs on the account.
3
readDevice
getDevice
Read the first device's latest reading.