def handle_TiltTempCalibrationPoint_post_save(sender, **kwargs):
"""
Trigger anything that should happen on update of TiltTempCalibrationPoint
"""
calibration_point = kwargs.get('instance')
calibration_point.sensor.set_redis_reload_flag()
# TODO - Add a pre_delete signal to trigger cessation of the relevant tilt_manager process
评论列表
文章目录