Mercurial > code > home > repos > homeauto
comparison service/wifi/wifi.py @ 1523:0da337780f22
dep updates; graph url renames; and other build updates
Ignore-this: 4603ef3d8db650a13e543dad8580ade8
darcs-hash:0840491cd6a4e4966f47a2abca0ed30ec434022a
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 05 Feb 2020 00:23:06 -0800 |
parents | 2e598cbcabf4 |
children |
comparison
equal
deleted
inserted
replaced
1522:040e12a696a9 | 1523:0da337780f22 |
---|---|
250 cyclone.web.Application( | 250 cyclone.web.Application( |
251 [ | 251 [ |
252 (r"/", Index), | 252 (r"/", Index), |
253 (r"/build/(bundle\.js)", cyclone.web.StaticFileHandler, {"path": 'build'}), | 253 (r"/build/(bundle\.js)", cyclone.web.StaticFileHandler, {"path": 'build'}), |
254 (r'/json', Json), | 254 (r'/json', Json), |
255 (r'/graph', CycloneGraphHandler, {'masterGraph': masterGraph}), | 255 (r'/graph/wifi', CycloneGraphHandler, {'masterGraph': masterGraph}), |
256 (r'/graph/events', CycloneGraphEventsHandler, {'masterGraph': masterGraph}), | 256 (r'/graph/wifi/events', CycloneGraphEventsHandler, {'masterGraph': masterGraph}), |
257 (r'/table', Table), | 257 (r'/table', Table), |
258 (r'/remoteSuspend', RemoteSuspend), | 258 (r'/remoteSuspend', RemoteSuspend), |
259 #(r'/activity', Activity), | 259 #(r'/activity', Activity), |
260 ], | 260 ], |
261 wifi=wifi, | 261 wifi=wifi, |