]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/seepark_web.py
turn off transitions
[chrisu/seepark.git] / web / seepark_web.py
index 910f0a9110912a50e0b03fdc0cacecc894d7d0d9..912b09aa1646d46fc869d9e98e5869f24f19fbe8 100644 (file)
@@ -5,9 +5,9 @@ app = Flask(__name__)
 def data():
     data = {
         '0316a2193bff': [20, 19, 20, 21, 20, 21],
-        '0316a2193bff_x': ['2018-05-20', '2018-05-21', '2018-05-22', '2018-05-23', '2018-05-24', '2018-05-27'],
+        '0316a2193bff_x': ['2018-05-20 12:00:01', '2018-05-21 13:01:02', '2018-05-22 14:05:00', '2018-05-23 14:05:01', '2018-05-24 14:05:00',                        '2018-05-27 14:05:02'],
         '0316a21383ff': [27, 32, 26, 29, 30, 31],
-        '0316a21383ff_x': ['2018-05-21', '2018-05-22', '2018-05-23', '2018-05-24', '2018-05-25', '2018-05-27'],
+        '0316a21383ff_x': [                       '2018-05-21 18:00:00', '2018-05-22 14:05:00', '2018-05-23 14:05:00', '2018-05-24 14:05:02', '2018-05-25 14:05:01', '2018-05-27 14:05:01'],
         }
     return jsonify(data)