From aacf4ff7e09e7a41a2f54b83af66852e27f03a70 Mon Sep 17 00:00:00 2001 From: Nathan Kunicki Date: Wed, 20 Jun 2018 10:24:56 +0100 Subject: [PATCH] Added remote type --- consts.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;