DeviceHealthOutput interface
デバイスの正常性
プロパティ
| device |
デバイス ID |
| digital |
デジタル ツイン モデル ID |
| health |
正常性チェックとその結果の配列 |
| module |
モジュール ID |
| state | デバイスの正常性状態の集計 |
プロパティの詳細
deviceId
デバイス ID
deviceId: string
プロパティ値
string
digitalTwinModelId
デジタル ツイン モデル ID
digitalTwinModelId?: string
プロパティ値
string
healthChecks
moduleId
モジュール ID
moduleId?: string
プロパティ値
string
state
デバイスの正常性状態の集計
state: "healthy" | "unhealthy"
プロパティ値
"healthy" | "unhealthy"