Skip to content

Commit c8c7bed

Browse files
authored
feat: add support for Virtual Switch (UIID 264) and Virtual Button (UIID 265) (#698)
1 parent b601f65 commit c8c7bed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/utils/constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export default {
284284
211,
285285
212,
286286
],
287-
switchSingle: [1, 6, 14, 24, 27, 225, 226, 1009, 1256, 7004, 7005, 7010, 7032],
287+
switchSingle: [1, 6, 14, 24, 27, 225, 226, 265, 1009, 1256, 7004, 7005, 7010, 7032],
288288
switchSCM: [77, 78, 81, 107, 112, 138, 160, 191, 209],
289289
switchSCMPower: [182, 190],
290290
switchSinglePower: [5, 32],
@@ -313,6 +313,7 @@ export default {
313313
211,
314314
212,
315315
262,
316+
264,
316317
2256,
317318
3256,
318319
4256,

0 commit comments

Comments
 (0)