Skip to content

Commit 5c5f5d4

Browse files
committed
Add device manager support to repo statistics
1 parent c94083c commit 5c5f5d4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

express/backend/src/api/statistics.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const availableFields = {
1414
compact: "$ioPackage.common.compact",
1515
connectionType: "$ioPackage.common.connectionType",
1616
dataSource: "$ioPackage.common.dataSource",
17+
deviceManager: "$ioPackage.common.supportedMessages.deviceManager",
1718
adminUiConfig: "$ioPackage.common.adminUI.config",
1819
adminUiTab: "$ioPackage.common.adminUI.tab",
1920
depJsController: "$ioPackage.common.dependencies.js-controller",

express/frontend/src/tools/repo-statistics/RepoStatistics.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ const allStats: {
9999
title: "Adapter Tier",
100100
description: "The tier number of the adapter (1-3)",
101101
},
102+
{
103+
name: "deviceManager",
104+
title: "Device Manager Support",
105+
description: "Whether the adapter supports device manager",
106+
},
102107
{
103108
name: "adminUiConfig",
104109
title: "Admin Config UI",

0 commit comments

Comments
 (0)