ADD: provide version info as internal"
continuous-integration/drone/push Build is passing Details

Closes: #33
This commit is contained in:
Dominik Meyer 2024-03-09 19:34:59 +01:00
parent f0fae9fd82
commit 002f1fa11a
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ sub NTFY_Define
$hash->{NAME} = $name;
$hash->{SERVER} = $params->[2];
$hash->{VERSION} = $VERSION;
$hash->{USERNAME} = $h->{user} || "";
$hash->{helper}{PASSWORD} = $h->{password};
$modules{NTFY_CLIENT}{defptr}{$hash->{SERVER}} = $hash;