Make discovery process more clear
This commit is contained in:
parent
7c5b0a46d4
commit
229bce2f88
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -62,7 +62,7 @@ class Hui(wx.Frame):
|
|||
self.Bind(wx.EVT_BUTTON,
|
||||
lambda event, mbridge=bridge: self.goto_bridge(mbridge), btn)
|
||||
else:
|
||||
btn: wx.Button = wx.Button(self.pnl, label="Discover bridges")
|
||||
btn: wx.Button = wx.Button(self.pnl, label="Press Hue Bridge button, and then press here")
|
||||
self.sizer.Add(btn, 0, wx.EXPAND)
|
||||
self.Bind(wx.EVT_BUTTON,
|
||||
lambda event: self.discover_new_bridges(), btn)
|
||||
|
|
Loading…
Add table
Reference in a new issue