Skip to content

Commit adfff93

Browse files
author
Michael Tröger
committed
no message
1 parent b42a87b commit adfff93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Bridge/module.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ class Zigbee2MQTTBridge extends IPSModule
2525
/** @var array ZH Version zu Erweiterung */
2626
private const EXTENSION_ZH_VERSION = [
2727
2 => 'IPSymconExtension.js',
28-
3 => 'IPSymconExtension2.js'
28+
3 => 'IPSymconExtension2.js',
29+
4 => 'IPSymconExtension2.js'
2930
];
3031
/**
3132
* Create

0 commit comments

Comments
 (0)