function createActions(store) {
  const boxActions = createBoxActions(store);

  const actions = {
    async getHumidityInRoom(state, box, x, y) {