Skip to content

Commit

Permalink
Rename SuperWASP to STING.
Browse files Browse the repository at this point in the history
pchote committed Jul 12, 2024
1 parent 7b5277f commit 2752481
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions lapalma.sql
Original file line number Diff line number Diff line change
@@ -71,8 +71,8 @@ INSERT INTO weather_sensors (name, type, label, color) VALUES
('clasp_internal_temperature', 'internal_temperature', 'CLASP', '#DE0D92'),
('clasp_internal_humidity', 'internal_humidity', 'CLASP', '#DE0D92'),

('superwasp_internal_temperature', 'internal_temperature', 'SWASP', '#9933FF'),
('superwasp_internal_humidity', 'internal_humidity', 'SWASP', '#9933FF'),
('sting_internal_temperature', 'internal_temperature', 'STING', '#9933FF'),
('sting_internal_humidity', 'internal_humidity', 'STING', '#9933FF'),

('goto1_internal_temperature', 'internal_temperature', 'GOTO1', '#22CC44'),
('goto1_internal_humidity', 'internal_humidity', 'GOTO1', '#22CC44'),
@@ -120,5 +120,5 @@ INSERT INTO weather_sensors (name, type, label, color) VALUES
('ping_onemetre', 'internal_ping', 'W1m', '#009DDC'),
('ping_goto1', 'internal_ping', 'GOTO1', '#22CC44'),
('ping_clasp', 'internal_ping', 'CLASP', '#DE0D92'),
('ping_superwasp', 'internal_ping', 'SWASP', '#9933FF'),
('ping_superwasp', 'internal_ping', 'STING', '#9933FF'),
('ping_wht', 'internal_ping', 'WHT', '#CC0000');
8 changes: 4 additions & 4 deletions lapalma_environment.json
Original file line number Diff line number Diff line change
@@ -240,12 +240,12 @@
"sensor": "clasp_internal_humidity",
"filter_invalid": true
},
"superwasp_temperature": {
"sensor": "superwasp_internal_temperature",
"sting_temperature": {
"sensor": "sting_internal_temperature",
"filter_invalid": true
},
"superwasp_humidity": {
"sensor": "superwasp_internal_humidity",
"sting_humidity": {
"sensor": "sting_internal_humidity",
"filter_invalid": true
}
}

0 comments on commit 2752481

Please sign in to comment.