diff --git a/nodes/ccu-connection.html b/nodes/ccu-connection.html
index 33fa651..cb5ca81 100644
--- a/nodes/ccu-connection.html
+++ b/nodes/ccu-connection.html
@@ -10,6 +10,7 @@
iprfEnabled: {value: true},
virtEnabled: {value: true},
bcwiEnabled: {value: false},
+ jackEnabled: {value: false},
cuxdEnabled: {value: false},
regaPoll: {value: true},
@@ -79,6 +80,7 @@
$('#node-config-input-iprfEnabled').prop('checked', ccu.interfaces['HmIP-RF']);
$('#node-config-input-virtEnabled').prop('checked', ccu.interfaces.VirtualDevices);
$('#node-config-input-bcwiEnabled').prop('checked', ccu.interfaces['BidCos-Wired']);
+ $('#node-config-input-jackEnabled').prop('checked', ccu.interfaces['CCU-Jack']);
$('#node-config-input-cuxdEnabled').prop('checked', ccu.interfaces.CuXD);
}
});
@@ -168,6 +170,7 @@
+
@@ -253,6 +256,7 @@