change in write motor statusac

master
varun 2 years ago
parent e0cc0b1f14
commit 11777a1aaa

@ -1544,7 +1544,7 @@ exports.changeMotorStatus = async (req, reply) => {
reply.send({ status_code: 200}); reply.send({ status_code: 200,motor_status: action });
} catch (err) { } catch (err) {
throw boom.boomify(err); throw boom.boomify(err);
} }

Loading…
Cancel
Save