Skip to content

Commit 2cad920

Browse files
committed
Ups the duration limit default to 7200 hours.
1 parent 80431a4 commit 2cad920

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

_changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
v0.7.18
3+
- Ups the duration limit default to 7200 hours.
4+
25
v0.7.17
36
- Refines behavior of filters in CSV Engine configuration dialog.
47

matplotlib.indigoPlugin/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>PluginVersion</key>
6-
<string>0.7.17</string>
6+
<string>0.7.18</string>
77
<key>ServerApiVersion</key>
88
<string>2.0</string>
99
<key>IwsApiVersion</key>

matplotlib.indigoPlugin/Contents/Server Plugin/Devices.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</Field>
2525

2626
<!-- Number of lines to keep - time limit -->
27-
<Field id="numLinesToKeepTime" type="textfield" defaultValue="72" hidden="false" tooltip="Please enter a maximum duration time (in hours).">
27+
<Field id="numLinesToKeepTime" type="textfield" defaultValue="7200" hidden="false" tooltip="Please enter a maximum duration time (in hours).">
2828
<Label>Duration:</Label>
2929
</Field>
3030

matplotlib.indigoPlugin/Contents/Server Plugin/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
__license__ = Dave.__license__
7878
__build__ = Dave.__build__
7979
__title__ = "Matplotlib Plugin for Indigo Home Control"
80-
__version__ = "0.7.17"
80+
__version__ = "0.7.18"
8181

8282
# =============================================================================
8383

0 commit comments

Comments
 (0)