This commit is contained in:
AndyHazz 2025-03-06 05:22:38 +01:00 committed by GitHub
commit f50bd3cd26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -252,12 +252,12 @@ export class Pushover implements INodeType {
description: "Your message's title, otherwise your app's name is used", description: "Your message's title, otherwise your app's name is used",
}, },
{ {
displayName: 'Timestamp', displayName: 'TTL',
name: 'timestamp', name: 'ttl',
type: 'dateTime', type: 'number',
default: '', default: '',
description: 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", "Time to Live in seconds, after which the message will be automatically deleted from the devices it was delivered to.",
}, },
{ {
displayName: 'URL', displayName: 'URL',