mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
feat: outline of processor
This commit is contained in:
@@ -34,6 +34,8 @@ function readMoistureLevels() {
|
||||
});
|
||||
}
|
||||
|
||||
export type MositureRow = Awaited<ReturnType<typeof insertRows>>[number];
|
||||
|
||||
async function insertRows(data: MoistureResponse | undefined) {
|
||||
if (!data) {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user