Merge pull request #92 from Neal/logs-improve-consistency-add-rssi

misc: improve consistency and add rssi to logs
This commit is contained in:
Simone Margaritelli 2018-02-27 00:37:26 +01:00 committed by GitHub
commit bbc38c174e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 40 additions and 11 deletions

View file

@ -204,3 +204,7 @@ func (lan *LAN) AddIfNew(ip, mac string) *Endpoint {
return nil
}
func (lan *LAN) GetAlias(mac string) string {
return lan.aliases.Get(mac)
}