mirror of
https://github.com/CodeLabClub/codelab_adapter_extensions.git
synced 2024-11-25 16:36:27 +08:00
update node_wifi_radio.py
This commit is contained in:
parent
27e826aded
commit
114d6d3105
@ -47,7 +47,6 @@ class WifiRadioNode(AdapterNode):
|
||||
message["payload"]["content"] = {
|
||||
"last_number": self.radio.last_number,
|
||||
"last_string": self.radio.last_string,
|
||||
"timestamp": time.time()
|
||||
}
|
||||
self.publish(message)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user