File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -131,21 +131,11 @@ message CPUTemperatureTel {
131
131
CPUTemperature temperature = 1 ; // CPU temperature.
132
132
}
133
133
134
- // Receive temperature information from the top canister.
135
- message CanisterTopTemperatureTel {
136
- CanisterTemperature temperature = 1 ; // Temperature information.
137
- }
138
-
139
134
// Receive temperature information from the bottom canister.
140
135
message CanisterBottomTemperatureTel {
141
136
CanisterTemperature temperature = 1 ; // Temperature information.
142
137
}
143
138
144
- // Receive humidity information from the top canister.
145
- message CanisterTopHumidityTel {
146
- CanisterHumidity humidity = 1 ; // Humidity information.
147
- }
148
-
149
139
// Receive humidity information from the bottom canister.
150
140
message CanisterBottomHumidityTel {
151
141
CanisterHumidity humidity = 1 ; // Humidity information.
You can’t perform that action at this time.
0 commit comments