mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
feat: moisture processor logic
This commit is contained in:
@@ -24,7 +24,7 @@ export function registerCronjobs() {
|
||||
});
|
||||
}
|
||||
|
||||
function readMoistureLevels() {
|
||||
export function readMoistureLevels() {
|
||||
return iotClient
|
||||
.get<MoistureResponse | undefined>("moisture/read")
|
||||
.catch((err: AxiosError) => {
|
||||
|
||||
Reference in New Issue
Block a user