Skip to content

Commit a396256

Browse files
committed
VoltageMagAng name fix
1 parent b4f4794 commit a396256

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pydss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.1.3"
1+
__version__ = "3.1.4"
22

33
from pydss.utils.timing_utils import timer_stats_collector
44
from . import *

src/pydss/defaults/ExportLists/Exports.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ publish = true
3535
store_values_type = "all"
3636

3737
[[Lines]]
38-
property = "VoltagesMagAng"
38+
property = "VoltageMagAng"
3939
sample_interval = 1
4040
publish = true
4141
store_values_type = "all"

0 commit comments

Comments
 (0)