Add websocket wifi updates
This commit is contained in:
parent
c443fce24f
commit
1477d909b0
11 changed files with 755 additions and 10 deletions
|
|
@ -135,3 +135,8 @@ func (s *Station) GetConnectedNetwork() (*Network, error) {
|
|||
|
||||
return NewNetwork(s.conn, path), nil
|
||||
}
|
||||
|
||||
// GetPath returns the D-Bus object path for this station
|
||||
func (s *Station) GetPath() dbus.ObjectPath {
|
||||
return s.path
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue