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

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