Mercurial > code > home > repos > homeauto
comparison service/frontDoorLock/front_door_lock.py @ 722:a93fbf0d0daa
dep updates; graph url renames; and other build updates
Ignore-this: 4603ef3d8db650a13e543dad8580ade8
author | drewp@bigasterisk.com |
---|---|
date | Wed, 05 Feb 2020 00:23:06 -0800 |
parents | 013e2a89b345 |
children | 3f6055cfccb2 |
comparison
equal
deleted
inserted
replaced
721:4fa5c6a61282 | 722:a93fbf0d0daa |
---|---|
206 [ | 206 [ |
207 (r"/()", cyclone.web.StaticFileHandler, | 207 (r"/()", cyclone.web.StaticFileHandler, |
208 {"path": ".", "default_filename": "index.html"}), | 208 {"path": ".", "default_filename": "index.html"}), |
209 (r"/simple/()", cyclone.web.StaticFileHandler, | 209 (r"/simple/()", cyclone.web.StaticFileHandler, |
210 {"path": ".", "default_filename": "simple.html"}), | 210 {"path": ".", "default_filename": "simple.html"}), |
211 (r"/graph", CycloneGraphHandler, {'masterGraph': masterGraph}), | 211 (r"/graph/frontDoorLock", CycloneGraphHandler, {'masterGraph': masterGraph}), |
212 (r"/graph/events", CycloneGraphEventsHandler, | 212 (r"/graph/frontDoorLock/events", CycloneGraphEventsHandler, |
213 {'masterGraph': masterGraph}), | 213 {'masterGraph': masterGraph}), |
214 (r'/output', OutputPage), | 214 (r'/output', OutputPage), |
215 (r'/bluetoothButton', BluetoothButton), | 215 (r'/bluetoothButton', BluetoothButton), |
216 (r'/simpleState', SimpleState), | 216 (r'/simpleState', SimpleState), |
217 ], | 217 ], |