Skip to content

Commit aeaceb9

Browse files
committed
fix for Instances/Settings
1 parent a2da5ba commit aeaceb9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changelog for 0.0.34:
2+
=====================
3+
4+
* Fix for Instances/Settings
5+
16
Changelog for 0.0.33:
27
=====================
38

lib/configurationsrv/html/js/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ export class Application {
667667
$('#breadcrum_page').html(this.__('Devices'))
668668
})
669669

670-
$('#Enable debug at launch').bind('click', (e) => {
670+
$('#publishingSettings').bind('click', (e) => {
671671
new PublishDevicesSettingsWizzard(this).run()
672672
})
673673

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hap-homematic",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"description": "provides a homekit bridge to the ccu",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)