cdk-iot-analytics/cdk_sap_blog/analytics/analytics.py [365:375]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            iotevents.CfnDetectorModel.TransitionEventProperty(
                                event_name="tempAboveMin",
                                condition=f"convert(Decimal,$input.{input_name}.temperature_degC_mean) > convert(Decimal,$input.{input_name}.minTemp_degC)",
                                actions=[],
                                next_state="TempInRange"
                            )
                        ]
                    ),
                    on_enter=iotevents.CfnDetectorModel.OnEnterProperty(
                        events=[
                            iotevents.CfnDetectorModel.EventProperty(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cdk-iot-analytics/cdk_sap_blog/analytics/analytics.py [480:490]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            iotevents.CfnDetectorModel.TransitionEventProperty(
                                event_name="tempAboveMin",
                                condition=f"convert(Decimal,$input.{input_name}.temperature_degC_mean) > convert(Decimal,$input.{input_name}.minTemp_degC)",
                                actions=[],
                                next_state="TempInRange"
                            )
                        ]
                    ),
                    on_enter=iotevents.CfnDetectorModel.OnEnterProperty(
                        events=[
                            iotevents.CfnDetectorModel.EventProperty(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



