From 68e48e6c1788040a5d7215ffc5f6b0278d84a8db Mon Sep 17 00:00:00 2001 From: stefanbesler Date: Mon, 16 Dec 2024 22:04:18 +0000 Subject: [PATCH] deploy: c196c80340e833810fab8ce2e10c4c446fe7229e --- index.html | 4 +- reference/Pushover/IPushoverClient.html | 42 +++++++++++-------- reference/Pushover/PushoverClient.html | 4 +- .../_DataTypes/PushoverMessageType.html | 4 +- .../Pushover/_DataTypes/PushoverPriority.html | 4 +- .../Pushover/_DataTypes/PushoverSound.html | 4 +- .../Pushover/_Tests/PushoverClientTest.html | 4 +- reference/Untitled1/POUs/MAIN.html | 4 +- reference/Untitled1/PlcTask.html | 4 +- userguide/introduction.html | 4 +- 10 files changed, 43 insertions(+), 35 deletions(-) diff --git a/index.html b/index.html index bbead70..58f40c0 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ - + @@ -147,7 +147,7 @@

Uninstall

- Edit this page + Edit this page
diff --git a/reference/Pushover/IPushoverClient.html b/reference/Pushover/IPushoverClient.html index fe08139..e57ce40 100644 --- a/reference/Pushover/IPushoverClient.html +++ b/reference/Pushover/IPushoverClient.html @@ -16,7 +16,7 @@ - + @@ -94,7 +94,7 @@

Methods

Clear

-

[copydoc PushoverClient.Pushover#Clear error]

+

Resets all WithXXX statements to their default values.

METHOD Clear () : IPushoverClient
 
@@ -106,7 +106,8 @@

Returns

EnableHtml

-

[copydoc PushoverClient.Pushover#EnableHtml error]

+

Enables Monospace in the pushover message +Either HTML or Monospace can be enabled

METHOD EnableHtml () : IPushoverClient
 
@@ -118,7 +119,8 @@

Returns

EnableMonospace

-

[copydoc PushoverClient.Pushover#EnableMonospace error]

+

Enables HTML in the pushover message +Either HTML or Monospace can be enabled

METHOD EnableMonospace () : IPushoverClient
 
@@ -130,7 +132,6 @@

Returns

SendMessageAsync

-

[copydoc PushoverClient.Pushover#SendMessageAsync error]

METHOD SendMessageAsync (
  title : STRING(255),
@@ -141,7 +142,10 @@ 

Inouts

WithCallback

-

[copydoc PushoverClient.Pushover#WithCallback error]

+

Callback parameter may be supplied with a publicly-accessible URL that the +pushover servers will send a request to when the user has acknowledged your +notification. +Only used if priority is set to emergency.

METHOD WithCallback (
  callback : STRING(255)) : IPushoverClient
@@ -156,7 +160,8 @@ 

Returns

WithDevice

-

[copydoc PushoverClient.Pushover#WithDevice error]

+

Your user's device name to send the message directly to that device, +rather than all of the user's devices

METHOD WithDevice (
  device : STRING(80)) : IPushoverClient
@@ -171,7 +176,8 @@ 

Returns

WithExpire

-

[copydoc PushoverClient.Pushover#WithExpire error]

+

Specifies how many seconds your notification will continue to be retried for (every retry seconds). +Only required if priority is set to emergency.

METHOD WithExpire (
  expire : INT) : IPushoverClient
@@ -186,7 +192,7 @@ 

Returns

WithPriority

-

[copydoc PushoverClient.Pushover#WithPriority error]

+

Priority of the message

METHOD WithPriority (
  priority : PushoverPriority) : IPushoverClient
@@ -201,7 +207,7 @@ 

Returns

WithProxy

-

[copydoc PushoverClient.Pushover#WithProxy error]

+

Adds a ttl to the Pushover message

METHOD WithProxy (
  port : INT,
@@ -219,7 +225,8 @@ 

Returns

WithRetry

-

[copydoc PushoverClient.Pushover#WithRetry error]

+

Specifies how often (in seconds) the Pushover servers will send the same notification to the user. +Only required if priority is set to emergency.

METHOD WithRetry (
  retry : INT) : IPushoverClient
@@ -234,7 +241,7 @@ 

Returns

WithSound

-

[copydoc PushoverClient.Pushover#WithSound error]

+

Priority of the message

METHOD WithSound (
  sound : PushoverSound) : IPushoverClient
@@ -249,7 +256,8 @@ 

Returns

WithTimestamp

-

[copydoc PushoverClient.Pushover#WithTimestamp error]

+

A Unix timestamp of your message's date and time to display to the user, +rather than the time your message is received by the pushover API

METHOD WithTimestamp (
  timestamp : INT) : IPushoverClient
@@ -265,7 +273,7 @@ 

Returns

WithTimeToLive

-

[copydoc PushoverClient.Pushover#WithTimeToLive error]

+

Adds a ttl to the Pushover message

METHOD WithTimeToLive (
  ttl : INT) : IPushoverClient
@@ -281,7 +289,7 @@ 

Returns

WithUrl

-

[copydoc PushoverClient.Pushover#WithUrl error]

+

A supplementary URL to show with your message

METHOD WithUrl (
  url : STRING(255)) : IPushoverClient
@@ -296,7 +304,7 @@ 

Returns

WithUrlTitle

-

[copydoc PushoverClient.Pushover#WithUrlTitle error]

+

A title for your supplementary URL, otherwise just the URL is shown

METHOD WithUrlTitle (
  urlTitle : STRING(255)) : IPushoverClient
@@ -312,7 +320,7 @@ 

Returns

diff --git a/reference/Pushover/PushoverClient.html b/reference/Pushover/PushoverClient.html index 795cd7c..a17746d 100644 --- a/reference/Pushover/PushoverClient.html +++ b/reference/Pushover/PushoverClient.html @@ -16,7 +16,7 @@ - + @@ -468,7 +468,7 @@

Returns

diff --git a/reference/Pushover/_DataTypes/PushoverMessageType.html b/reference/Pushover/_DataTypes/PushoverMessageType.html index f1fa8a7..d95fc11 100644 --- a/reference/Pushover/_DataTypes/PushoverMessageType.html +++ b/reference/Pushover/_DataTypes/PushoverMessageType.html @@ -16,7 +16,7 @@ - + @@ -95,7 +95,7 @@

Fields

diff --git a/reference/Pushover/_DataTypes/PushoverPriority.html b/reference/Pushover/_DataTypes/PushoverPriority.html index a7b2e59..f05e754 100644 --- a/reference/Pushover/_DataTypes/PushoverPriority.html +++ b/reference/Pushover/_DataTypes/PushoverPriority.html @@ -16,7 +16,7 @@ - + @@ -134,7 +134,7 @@

Fields

diff --git a/reference/Pushover/_DataTypes/PushoverSound.html b/reference/Pushover/_DataTypes/PushoverSound.html index 267663c..7ac6529 100644 --- a/reference/Pushover/_DataTypes/PushoverSound.html +++ b/reference/Pushover/_DataTypes/PushoverSound.html @@ -16,7 +16,7 @@ - + @@ -116,7 +116,7 @@

Fields

diff --git a/reference/Pushover/_Tests/PushoverClientTest.html b/reference/Pushover/_Tests/PushoverClientTest.html index af5e0a0..2c95d71 100644 --- a/reference/Pushover/_Tests/PushoverClientTest.html +++ b/reference/Pushover/_Tests/PushoverClientTest.html @@ -16,7 +16,7 @@ - + @@ -310,7 +310,7 @@

Inputs

diff --git a/reference/Untitled1/POUs/MAIN.html b/reference/Untitled1/POUs/MAIN.html index 118667e..aac9a6b 100644 --- a/reference/Untitled1/POUs/MAIN.html +++ b/reference/Untitled1/POUs/MAIN.html @@ -16,7 +16,7 @@ - + @@ -91,7 +91,7 @@

MAIN

diff --git a/reference/Untitled1/PlcTask.html b/reference/Untitled1/PlcTask.html index be57278..9b94dd2 100644 --- a/reference/Untitled1/PlcTask.html +++ b/reference/Untitled1/PlcTask.html @@ -16,7 +16,7 @@ - + @@ -91,7 +91,7 @@

PlcTask

diff --git a/userguide/introduction.html b/userguide/introduction.html index 7454e4a..1cdc7a2 100644 --- a/userguide/introduction.html +++ b/userguide/introduction.html @@ -16,7 +16,7 @@ - + @@ -88,7 +88,7 @@

Introduction