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 {
131131 CPUTemperature temperature = 1 ; // CPU temperature.
132132}
133133
134- // Receive temperature information from the top canister.
135- message CanisterTopTemperatureTel {
136- CanisterTemperature temperature = 1 ; // Temperature information.
137- }
138-
139134// Receive temperature information from the bottom canister.
140135message CanisterBottomTemperatureTel {
141136 CanisterTemperature temperature = 1 ; // Temperature information.
142137}
143138
144- // Receive humidity information from the top canister.
145- message CanisterTopHumidityTel {
146- CanisterHumidity humidity = 1 ; // Humidity information.
147- }
148-
149139// Receive humidity information from the bottom canister.
150140message CanisterBottomHumidityTel {
151141 CanisterHumidity humidity = 1 ; // Humidity information.
You can’t perform that action at this time.
0 commit comments