mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
a058999f4c
* TTL Functionality Pick up msg.ttl and pass it to REST API, checking it is a positive integer first. * Update help doc Reference ttl parameter in api docs * Fix: Warnings with no ttl Check if ttl exists before sanitizing * Add: Allow string ttl If ttl is a string, parse to integer and check validity --------- Co-authored-by: Dave Conway-Jones <dceejay@users.noreply.github.com>