Skip to content

Commit 2e67723

Browse files
committed
Show HmIP RF Address
1 parent 6876e10 commit 2e67723

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homematic-manager",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"private": true,
55
"dependencies": {
66
"async": "2.6.2",

www/js/homematic-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3893,7 +3893,7 @@ function refreshGridRssi() {
38933893
if (daemon === 'HmIP') {
38943894
$gridRssi.jqGrid('hideCol', 'roaming');
38953895
$gridRssi.jqGrid('hideCol', 'INTERFACE');
3896-
$gridRssi.jqGrid('hideCol', 'RF_ADDRESS');
3896+
//$gridRssi.jqGrid('hideCol', 'RF_ADDRESS');
38973897
} else {
38983898
$gridRssi.jqGrid('showCol', 'roaming');
38993899
$gridRssi.jqGrid('showCol', 'INTERFACE');

0 commit comments

Comments
 (0)