Skip to content

Commit 5c10f31

Browse files
committed
Add "Online State" to the Templates
1 parent e4121c2 commit 5c10f31

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

webfrontend/htmlauth/index.cgi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ if ($R::saveformdata2) {
129129
Comment => "Created by LoxBerry Wolf ISM8 Plugin ($mday.$mon.$year)",
130130
);
131131

132+
my $linenr = $VIudp->VirtualInUdpCmd (
133+
Title => "Online",
134+
Check => "online;\\v",
135+
);
136+
132137
my $count = scalar(@datenpunkte);
133138

134139
# Generate a temporary arroy for all virtual inputs
@@ -198,6 +203,11 @@ if ($R::saveformdata2) {
198203
Comment => "Created by LoxBerry Wolf ISM8 Plugin ($mday.$mon.$year)",
199204
);
200205

206+
my $linenr = $VIhttp->VirtualInHttpCmd (
207+
Title => "wolfism8_online",
208+
Comment => "ISM8 Online State"
209+
);
210+
201211
my $count = scalar(@datenpunkte);
202212

203213
# Generate a temporary arroy for all virtual inputs

0 commit comments

Comments
 (0)