终止支持通知:2026 年 5 月 20 日, Amazon 将终止对的支持。 Amazon IoT Events 2026 年 5 月 20 日之后,您将无法再访问 Amazon IoT Events 控制台或 Amazon IoT Events 资源。有关更多信息,请参阅Amazon IoT Events 终止支持。
本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
Amazon IoT Events 用于起重机监控的输入
在此示例中,我们演示了如何使用为起重机监控系统设置输入 Amazon IoT Events。它捕获压力和温度输入,以说明如何为复杂的工业设备监控构建输入。
文件:pressureInput.json
{ "inputName": "PressureInput", "inputDescription": "this is a pressure input description", "inputDefinition": { "attributes": [ {"jsonPath": "pressure"} ] } }
文件:temperatureInput.json
{ "inputName": "TemperatureInput", "inputDescription": "this is temperature input description", "inputDefinition": { "attributes": [ {"jsonPath": "temperature"} ] } }