diff --git a/consts.js b/consts.js index a55cbfe..2c8ac45 100644 --- a/consts.js +++ b/consts.js @@ -3,7 +3,8 @@ const Consts = { UNKNOWN: 0, WEDO2_SMART_HUB: 1, BOOST_MOVE_HUB: 2, - POWERED_UP_HUB: 3 + POWERED_UP_HUB: 3, + POWERED_UP_REMOTE: 4 }, Devices: { BASIC_MOTOR: 1, @@ -64,4 +65,4 @@ const Consts = { } } -module.exports = Consts; \ No newline at end of file +module.exports = Consts;