pylabrobot.temperature_controlling.opentrons.OpentronsTemperatureModuleV2.deregister_state_update_callback

pylabrobot.temperature_controlling.opentrons.OpentronsTemperatureModuleV2.deregister_state_update_callback#

OpentronsTemperatureModuleV2.deregister_state_update_callback(callback: Callable[[Dict[str, Any]], None])#

Remove a callback that will be called when the state of the resource changes.

Parameters:

callback (Callable[[Dict[str, Any]], None])