From bdbc6445ac066071a50074aeb28419dddbe2f319 Mon Sep 17 00:00:00 2001 From: peterwhelan42 <108625219+peterwhelan42@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:54:10 -0600 Subject: [PATCH] Update config.json to include bus 14 & 15 lalala --- lair/uataq/config.json | 44 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/lair/uataq/config.json b/lair/uataq/config.json index f5db249..9784a2c 100644 --- a/lair/uataq/config.json +++ b/lair/uataq/config.json @@ -298,6 +298,48 @@ } } }, + "BUS14": { + "name": "BUS 23111", + "is_mobile": true, + "loggers": { + "horel": "campbellsci" + }, + "instruments": { + "2b_205": { + "installation_date": "2024-05-08" + }, + "cr1000": { + "installation_date": "2024-05-08" + }, + "gps": { + "installation_date": "2024-05-08" + }, + "metone_es405": { + "installation_date": "2024-05-08" + } + } + }, + "BUS15": { + "name": "BUS 23112", + "is_mobile": true, + "loggers": { + "horel": "campbellsci" + }, + "instruments": { + "2b_205": { + "installation_date": "2024-05-14" + }, + "cr1000": { + "installation_date": "2024-05-14" + }, + "gps": { + "installation_date": "2024-05-14" + }, + "metone_es405": { + "installation_date": "2024-05-14" + } + } + }, "CSP": { "name": "Castle Peak", "latitude": 40.0509, @@ -728,4 +770,4 @@ } } } -} \ No newline at end of file +}