Mercurial > code > home > repos > homeauto
changeset 634:1ffe5ef470e5
typo in xsd: namespace for led strips
Ignore-this: eb8df937d916bff3691e12ba7e78bec
author | drewp@bigasterisk.com |
---|---|
date | Mon, 12 Aug 2019 02:21:01 -0700 |
parents | 42dab8c6200a |
children | ae6aefbd7a10 |
files | lib/devices_shared/devices_shared.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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()