This commit is contained in:
Nihaal Sangha 2024-09-19 15:43:32 +01:00 committed by GitHub
commit 23177fa357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -251,12 +251,15 @@ export class Pushover implements INodeType {
description: "Your message's title, otherwise your app's name is used",
},
{
displayName: 'Timestamp',
name: 'timestamp',
type: 'dateTime',
default: '',
displayName: 'Time to Live (Seconds)',
name: 'ttl',
type: 'number',
typeOptions: {
minValue: 0,
},
default: 0,
description:
"A Unix timestamp of your message's date and time to display to the user, rather than the time your message is received by our API",
'A number of seconds that the message will live, before being deleted automatically',
},
{
displayName: 'URL',