From 2ad491c2895acae92d8ab533bdc0c17cd853f3e5 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Mon, 8 Dec 2025 15:29:50 -0600 Subject: [PATCH] adding caldwell fan model GGL-81011 --- src/fans/fans_client.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/fans/fans_client.json b/src/fans/fans_client.json index 58f4040..cdc21f4 100644 --- a/src/fans/fans_client.json +++ b/src/fans/fans_client.json @@ -3125,6 +3125,14 @@ "rpm": 1750, "diameter": 0, "horsepower": 30 + }, + { + "id": 445, + "name": "CALDWELL GGL-81011", + "kind": "centrifugal(low speed)", + "rpm": 0, + "diameter": 0, + "horsepower": 10 } ] }