Skip to content

Commit

Permalink
Merge pull request #17 from peterwhelan42/main
Browse files Browse the repository at this point in the history
Update config.json to include bus 14 & 15
  • Loading branch information
jmineau authored Aug 29, 2024
2 parents acb3af2 + bdbc644 commit b8250f1
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion lair/uataq/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -728,4 +770,4 @@
}
}
}
}
}

0 comments on commit b8250f1

Please sign in to comment.