diff --git a/src/models/DeviceExcludeMode.js b/src/models/DeviceExcludeMode.js index 98d977a..f00c6f4 100644 --- a/src/models/DeviceExcludeMode.js +++ b/src/models/DeviceExcludeMode.js @@ -1,6 +1,7 @@ const DeviceExcludeMode = { NINE: Symbol("NINE"), THREE: Symbol("THREE"), + SIX: Symbol("SIX"), SEVEN: Symbol("SEVEN"), FOUR: Symbol("FOUR") }