dock/messaging: remove TODO about using Bluetooth address

This has been fixed, so we can remove the TODO.
This commit is contained in:
David Lechner
2020-02-12 15:56:03 -06:00
parent 57a44265b8
commit 279b0a2a7e
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -40,9 +40,6 @@ class Mailbox:
def send(self, value, brick=None):
"""Sends a value to this mailbox on connected devices.
.. todo:: Currently the Bluetooth address must be used instead of the
the brick name.
Arguments:
value:
The value that will be delivered to the mailbox.
@@ -174,9 +171,6 @@ class BluetoothMailboxClient:
The remote device must be paired and waiting for a connection. See
:meth:`BluetoothMailboxServer.wait_for_connection`.
.. todo:: Currently the Bluetooth address must be used instead of the
the brick name.
Arguments:
brick (str):
The name or Bluetooth address of the remote EV3 to connect to.