This commit is contained in:
belevo\mh
2025-05-26 11:52:39 +02:00
parent 06b9333bcd
commit 4e30f2d970
2 changed files with 3 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{
"id": "{C03937E3-5F86-EACA-B4A2-39A24ACF945A}",
"id": "{F6020D23-AA8C-34C5-D92F-9034BEFBBCD8}",
"name": "Symcon_Publish_to_Shelly_MQTT",
"type": 3,
"vendor": "Belevo AG",

View File

@@ -26,12 +26,9 @@ class Symcon_Publish_to_Shelly_MQTT extends IPSModule
public function ApplyChanges()
{
parent::ApplyChanges();
// Hier ggf. weitere Aktionen bei Änderungen
}
/**
* RequestAction wird aufgerufen, wenn die Variable "Trigger" im WebFront oder Script geändert wird
*/
public function RequestAction($Ident, $Value)
{
IPS_LogMessage("ShellySwitchSender", "RequestAction gestartet");
@@ -44,9 +41,7 @@ class Symcon_Publish_to_Shelly_MQTT extends IPSModule
}
}
/**
* Hauptfunktion: Liest Konfiguration, baut Payload, sendet MQTT Nachricht und loggt alles
*/
public function GetAction()
{
IPS_LogMessage("ShellySwitchSender", "GetAction gestartet");