# HG changeset patch # User drewp@bigasterisk.com # Date 1565601661 25200 # Node ID 1ffe5ef470e5e25ea69f827cb84ebcdf6b81f63a # Parent 42dab8c6200a0770604cc4351531ae7f360b26e6 typo in xsd: namespace for led strips Ignore-this: eb8df937d916bff3691e12ba7e78bec diff -r 42dab8c6200a -r 1ffe5ef470e5 lib/devices_shared/devices_shared.py --- a/lib/devices_shared/devices_shared.py Mon Aug 12 01:10:12 2019 -0700 +++ b/lib/devices_shared/devices_shared.py Mon Aug 12 02:21:01 2019 -0700 @@ -4,7 +4,7 @@ import imageio from rdflib import Namespace, RDF, URIRef, Literal -XS = Namespace('http://www.w3.org/2001/XMLSchema#double') +XS = Namespace('http://www.w3.org/2001/XMLSchema#') ROOM = Namespace('http://projects.bigasterisk.com/room/') log = logging.getLogger()