We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42a87b commit adfff93Copy full SHA for adfff93
Bridge/module.php
@@ -25,7 +25,8 @@ class Zigbee2MQTTBridge extends IPSModule
25
/** @var array ZH Version zu Erweiterung */
26
private const EXTENSION_ZH_VERSION = [
27
2 => 'IPSymconExtension.js',
28
- 3 => 'IPSymconExtension2.js'
+ 3 => 'IPSymconExtension2.js',
29
+ 4 => 'IPSymconExtension2.js'
30
];
31
/**
32
* Create
0 commit comments