AWS IoT Events 用於起重機監控的輸入 - AWS IoT Events

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

AWS IoT Events 用於起重機監控的輸入

在此範例中,我們會示範如何使用 設定起重機監控系統的輸入 AWS 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"} ] } }