We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5635616 commit 15f96c4Copy full SHA for 15f96c4
src-electron/db/db-mapping.js
@@ -164,6 +164,7 @@ exports.map = {
164
manufacturerCode: x.MANUFACTURER_CODE,
165
label: x.NAME,
166
name: x.NAME,
167
+ commandName: x.NAME,
168
description: x.DESCRIPTION,
169
source: x.SOURCE,
170
isOptional: dbApi.fromDbBool(x.IS_OPTIONAL),
src-electron/db/query-command.js
@@ -1219,7 +1219,8 @@ SELECT
1219
SOURCE,
1220
IS_OPTIONAL,
1221
MUST_USE_TIMED_INVOKE,
1222
- IS_FABRIC_SCOPED
+ IS_FABRIC_SCOPED,
1223
+ RESPONSE_NAME
1224
FROM COMMAND
1225
WHERE
1226
CLUSTER_REF = ?
0 commit comments