cdk-iot-analytics/cdk_sap_blog/analytics/analytics.py [313:323]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            iotevents.CfnDetectorModel.TransitionEventProperty(
                                event_name="tempBelowMax",
                                condition=f"convert(Decimal,$input.{input_name}.temperature_degC_mean) < convert(Decimal,$input.{input_name}.maxTemp_degC)",
                                actions=[],
                                next_state="TempInRange"
                            )
                        ]
                    ),
                    on_enter=iotevents.CfnDetectorModel.OnEnterProperty(
                        events=[
                            iotevents.CfnDetectorModel.EventProperty(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cdk-iot-analytics/cdk_sap_blog/analytics/analytics.py [516:526]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            iotevents.CfnDetectorModel.TransitionEventProperty(
                                event_name="tempBelowMax",
                                condition=f"convert(Decimal,$input.{input_name}.temperature_degC_mean) < convert(Decimal,$input.{input_name}.maxTemp_degC)",
                                actions=[],
                                next_state="TempInRange"
                            )
                        ]
                    ),
                    on_enter=iotevents.CfnDetectorModel.OnEnterProperty(
                        events=[
                            iotevents.CfnDetectorModel.EventProperty(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



