From f3da9a1a794c98d40b1ad4fd3f387ede43bb5380 Mon Sep 17 00:00:00 2001
From: markusbloch <>
Date: Sun, 16 Oct 2016 10:22:00 +0000
Subject: [PATCH] Pushsafer: updated commandref for "device" modifier (Forum:
#59004)
git-svn-id: https://svn.fhem.de/fhem/trunk@12348 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/70_Pushsafer.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fhem/FHEM/70_Pushsafer.pm b/fhem/FHEM/70_Pushsafer.pm
index 2c2d8bd4a..92becdecf 100755
--- a/fhem/FHEM/70_Pushsafer.pm
+++ b/fhem/FHEM/70_Pushsafer.pm
@@ -305,7 +305,7 @@ sub Pushsafer_Callback($$$)
It is possible to customize a message with special options that can be given in the message command after the message text. Several options can be combined together. The possible options are:
title
- short: t
- type: text - A special title for the message text.
- device
- short: d
- type: number - The device ID to send the message to a specific device or "gs" + group ID to send to a device group (e.g. "gs23" for group id 23)
+ device
- short: d
- type: text - The device ID as number, to send the message to a specific device, or "gs" + group ID to send to a device group (e.g. "gs23" for group id 23). By default the message will be send to all registered devices.
sound
- short: s
- type: number - The ID of a specific sound to play on the target device upon reception (see Pushsafer.com for a complete list of values and their meaning).
icon
- short: i
- type: number - The ID of a specific icon to show on the target device for this text (see Pushsafer.com for a complete list of values and their meaning).
vibration
- short: v
- type: number - The number of times the device should vibrate upon reception (maximum: 3 times; iOS/Android only). If not set, the default behavior of the device is used.
@@ -394,7 +394,7 @@ sub Pushsafer_Callback($$$)
Es ist möglich die zu versendende Nachricht durch zusätzliche Optionen an die eigenen Wünsche anzupassen. Diese Optionen können hinter dem Nachrichtentext beliebig kombiniert werden um die Nachricht zu individualisieren. Die möglichen Optionen sind:
title
- Kurzform: t
- Typ: Text - Eine Überschrift, die über der Nachricht hervorgehoben angezeigt werden soll.
- device
- Kurzform: d
- Typ: Ganzzahl - Die Geräte-ID an welche die Nachricht gezielt geschickt werden soll. Um eine Gruppen-ID direkt zu addressieren muss der ID das Präfix "gs" vorangestellt werden (Bsp. "gs23" für die Gruppen-ID 23). Standardmäßig wird eine Nachricht immer an alle Geräte geschickt, die mit dem Account verknüpft sind.
+ device
- Kurzform: d
- Typ: Text - Die Geräte-ID als Ganzzahl an welche die Nachricht gezielt geschickt werden soll. Um eine Gruppen-ID direkt zu addressieren muss der ID das Präfix "gs" vorangestellt werden (Bsp. "gs23" für die Gruppen-ID 23). Standardmäßig wird eine Nachricht immer an alle Geräte geschickt, die mit dem Account verknüpft sind.
sound
- Kurzform: s
- Typ: Ganzzahl - Die Nummer eines Tons, welcher beim Empfang der Nachricht auf dem Zielgerät ertönen soll (siehe pushsafer.com für eine Liste möglicher Werte).
icon
- Kurzform: i
- Typ: Ganzzahl - Die Nummer eines Icons, welches zusammen mit der Nachricht auf dem Zielgerät angezeigt werden soll (siehe Pushsafer.com für eine Liste möglicher Werte).
vibration
- Kurzform: v
- Typ: Ganzzahl - Die Anzahl, wie oft das Zielgerät vibrieren soll beim Empfang der Nachricht (maximal 3 mal; nur für iOS-/Android-Geräte nutzbar). Falls nicht benutzt, wird die geräteinterne Einstellung verwendet.