Merge pull request #11 from Caffreyfans/master

Update Constants.java
This commit is contained in:
Strawmanbobi
2020-03-31 17:51:16 +08:00
committed by GitHub

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;