pylabrobot.heating_shaking.heater_shaker.HeaterShaker.load_state# HeaterShaker.load_state(state: Dict[str, Any]) → None# Load state for this resource only. The base implementation reads "rotation" if present. Subclasses overriding this method should call super().load_state(state). Parameters: state (Dict[str, Any]) Return type: None