File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,10 @@ if {[info exists sid] && [check_session $sid]} {
95
95
96
96
Write(" <channel name='" );
97
97
WriteXML( oChannel.Name() );
98
- Write(" ' ise_id='" # sChnId # " '>" );
98
+ Write(" ' ise_id='" # sChnId);
99
+ Write(" ' lastdpactiontime='" # oChannel.LastDPActionTime().ToInteger());
100
+ Write(" '>" );
101
+
99
102
100
103
foreach (sDPId, oChannel.DPs().EnumUsedIDs()) {
101
104
object oDP = dom.GetObject(sDPId);
@@ -114,7 +117,7 @@ if {[info exists sid] && [check_session $sid]} {
114
117
Write(" ' valuetype='" # oDP.ValueType());
115
118
Write(" ' valueunit='" # oDP.ValueUnit());
116
119
Write(" ' timestamp='" # oDP.Timestamp().ToInteger());
117
- Write(" ' lastdpactiontime ='" # oDP.LastDPActionTime ().ToInteger());
120
+ Write(" ' lasttimestamp ='" # oDP.LastTimestamp ().ToInteger());
118
121
Write(" ' />" );
119
122
}
120
123
}
You can’t perform that action at this time.
0 commit comments