Room.prototype.updateControllerLink = function (this: Room) {
    // @todo Split into a get function and set / delete value according to result.
    // Check if the controller has a link nearby.
    // Use room planner locations if available.
    if (this.roomPlanner) {