Fix definition of wtime variable

This commit is contained in:
Richard Hansen 2024-06-28 04:10:33 -04:00
parent e32b9436fb
commit be9e305e73

View file

@ -668,7 +668,7 @@ my %variables = (
# Timestamp (seconds since epoch) indicating the earliest time the next update is
# permitted.
# TODO: Create a timestamp type and change this to that type.
'wtime' => setv(T_DELAY, 0, 1, 0, interval('30s')),
'wtime' => setv(T_NUMBER,0, 1, undef, undef),
# Timestamp (seconds since epoch) indicating when an IP address was last sent to the DDNS
# service, even if the IP address was not different from what was already stored.
# TODO: Create a timestamp type and change this to that type.