You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Null-terminated string for the key. `t` for raw temp, `tmp` for computed. When transmitted to CoAP Server or Collector Node, the key (field name) to be used.
247
247
pubkey:&'staticStrn,
248
248
/// The type of the sensor value and the value.
249
-
pubval:SensorValueType,
249
+
pubvalue:SensorValueType,
250
250
/// Geolocation associated with the sensor value.
251
251
pubgeo:SensorValueType,
252
252
}
@@ -257,7 +257,7 @@ impl Default for SensorValue {
0 commit comments