Modul für alle Systemweiten Funktionen von Zigbee2MQTT
bool Z2M_InstallSymconExtension(int $InstanzID);
Die aktuelle Symcon Erweiterung wird in Z2M installiert.
--
bool Z2M_SetLastSeen(int $InstanzID);
Die Konfiguration der last_seen
Einstellung in Z2M wird auf epoch
verändert, damit die Instanzen in Symcon den Wert korrekt darstellen können.
--
bool Z2M_SetPermitJoin(int $InstanzID, bool $PermitJoin);
--
bool Z2M_SetLogLevel(int $InstanzID, string $LogLevel);
--
bool Z2M_Restart(int $InstanzID);
--
bool Z2M_CreateGroup(int $InstanzID, string $GroupName);
--
bool Z2M_DeleteGroup(int $InstanzID, string $GroupName);
--
bool Z2M_RenameGroup(int $InstanzID, string $OldName, string $NewName);
--
bool Z2M_AddDeviceToGroup(int $InstanzID, string $GroupName, string $DeviceName);
--
bool Z2M_RemoveDeviceFromGroup(int $InstanzID, string $GroupName, string $DeviceName);
--
bool Z2M_RemoveAllDevicesFromGroup(int $InstanzID, string $GroupName);
--
bool Z2M_Bind(int $InstanzID, string $SourceDevice, string $TargetDevice);
--
bool Z2M_Unbind(int $InstanzID, string $SourceDevice, string $TargetDevice);
--
bool Z2M_RequestNetworkmap(int $InstanzID);
--
bool Z2M_RenameDevice(int $InstanzID, string $OldDeviceName, string $NewDeviceName);
--
bool Z2M_RemoveDevice(int $InstanzID, string $DeviceName);
--
bool Z2M_CheckOTAUpdate(int $InstanzID, string $DeviceName);
--
bool Z2M_PerformOTAUpdate(int $InstanzID, string $DeviceName);