Added remote type
This commit is contained in:
parent
00f1664840
commit
aacf4ff7e0
@ -3,7 +3,8 @@ const Consts = {
|
|||||||
UNKNOWN: 0,
|
UNKNOWN: 0,
|
||||||
WEDO2_SMART_HUB: 1,
|
WEDO2_SMART_HUB: 1,
|
||||||
BOOST_MOVE_HUB: 2,
|
BOOST_MOVE_HUB: 2,
|
||||||
POWERED_UP_HUB: 3
|
POWERED_UP_HUB: 3,
|
||||||
|
POWERED_UP_REMOTE: 4
|
||||||
},
|
},
|
||||||
Devices: {
|
Devices: {
|
||||||
BASIC_MOTOR: 1,
|
BASIC_MOTOR: 1,
|
||||||
@ -64,4 +65,4 @@ const Consts = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = Consts;
|
module.exports = Consts;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user