Skip to content

Commit

Permalink
Updated selectEndpointClusterEvents() to select all supported event t…
Browse files Browse the repository at this point in the history
…ypes.
  • Loading branch information
emargolis committed Feb 3, 2023
1 parent 24fb9eb commit fa790a2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src-electron/db/query-endpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,17 @@ async function selectEndpointClusterEvents(db, clusterId, endpointTypeId) {
`
SELECT
E.EVENT_ID,
E.NAME,
E.CLUSTER_REF,
E.CLUSTER_CODE,
E.PACKAGE_REF,
E.CODE,
E.MANUFACTURER_CODE,
E.IS_OPTIONAL
E.NAME,
E.DESCRIPTION,
E.SIDE,
E.IS_OPTIONAL,
E.IS_FABRIC_SENSITIVE,
E.PRIORITY
FROM
EVENT AS E
LEFT JOIN
Expand Down

0 comments on commit fa790a2

Please sign in to comment.