File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
lib/configurationsrv/html/js Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ Changelog for 0.0.34:
2+ =====================
3+
4+ * Fix for Instances/Settings
5+
16Changelog for 0.0.33:
27=====================
38
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments