Merge pull request #2 from Caffreyfans/master

add Dyson in CategoryID
This commit is contained in:
Strawmanbobi
2020-04-05 20:37:25 +08:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -32,8 +32,9 @@ public class Constants {
LIGHT(10),
BSTB(11),
CLEANING_ROBOT(12),
AIR_CLEANER(13);
AIR_CLEANER(13),
DYSON(14);
private final int id;
CategoryID(int id) {

View File

@@ -32,7 +32,8 @@ public class Constants {
LIGHT(10),
BSTB(11),
CLEANING_ROBOT(12),
AIR_CLEANER(13);
AIR_CLEANER(13),
DYSON(14);
private final int id;