Add websocket wifi updates

This commit is contained in:
nemunaire 2026-01-01 17:42:53 +07:00
commit 1477d909b0
11 changed files with 755 additions and 10 deletions

View file

@ -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
}