changeset 1221:05e9c01471a7

parse another version of 'unknown' Ignore-this: d489103112d86db63785dd9431283057 darcs-hash:2cfc4b1ea6ee2cfb4722f05ef26230945dd37fb0
author drewp <drewp@bigasterisk.com>
date Sat, 30 Mar 2019 16:56:47 -0700
parents 6c195446f49c
children 4ae655806141
files service/tomatoWifi/tomatoWifi.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))