You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Label>Check this box to enable verbose logging. Checking this box will only affect the level and amount of information written to the plugin log file (it will not affect the amount of information written to the Indigo Event Log).</Label>
Copy file name to clipboardExpand all lines: matplotlib.indigoPlugin/Contents/Server Plugin/plugin.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,11 @@
21
21
# TODO: NEW -- Standard chart types with pre-populated data that link to types of Indigo devices.
22
22
23
23
# TODO: Consider ways to make variable CSV data file lengths or user settings to vary the number of observations shown (could be date range or number of obs).
24
+
# TODO: Implement a stale data tool
24
25
# TODO: Independent Y2 axis.
25
26
# TODO: Trap condition where there are too many observations to plot (i.e., too many x axis values). What would this mean? User could do very wide line chart
26
27
# TODO: with extremely large number of observations.
27
-
# TODO: Possible to add custom labels to battery health chart? The rub is that when a new device is added or one's removed, the labels would no longer match up.
28
28
# TODO: Wrap long names for battery health device?
29
-
# TODO: Implement a stale data tool
30
29
# TODO: New weather forecast charts to support any weather services
0 commit comments