# HG changeset patch # User drewp # Date 1553990207 25200 # Node ID 05e9c01471a770e8c2bb4fd291da87ed167c275a # Parent 6c195446f49c4ffc9beec023547f1eeaf74b13a0 parse another version of 'unknown' Ignore-this: d489103112d86db63785dd9431283057 darcs-hash:2cfc4b1ea6ee2cfb4722f05ef26230945dd37fb0 diff -r 6c195446f49c -r 05e9c01471a7 service/tomatoWifi/tomatoWifi.py --- a/service/tomatoWifi/tomatoWifi.py Sat Mar 30 16:56:31 2019 -0700 +++ b/service/tomatoWifi/tomatoWifi.py Sat Mar 30 16:56:47 2019 -0700 @@ -243,6 +243,8 @@ 'wireless': URIRef("http://bigasterisk.com/wifiAccessPoints"), '2.4G': URIRef("http://bigasterisk.com/wifiAccessPoints"), '5G': URIRef("http://bigasterisk.com/wifiAccessPoints"), + '-': URIRef("http://bigasterisk.com/wifiUnknownConnectionType"), + 'Unknown': URIRef("http://bigasterisk.com/wifiUnknownConnectionType"), 'wired': URIRef("http://bigasterisk.com/houseOpenNet")}[dev['contype']], ctx)) if 'clientHostname' in dev and dev['clientHostname']: g.add((uri, ROOM['wifiNetworkName'], Literal(dev['clientHostname']), ctx))