async function turnOn(req, res) {
    const action = {
      type: ACTIONS.LIGHT.TURN_ON,
      device: req.params.device_selector,
      status: ACTIONS_STATUS.PENDING,