awslabs / iot-app-kit

A development library for creating web applications to visualize industrial data
Apache License 2.0
117 stars 60 forks source link

feat(alarms): add alarm resource explorer #2993

Closed jmbuss closed 2 months ago

jmbuss commented 2 months ago

Overview

Adds an Alarm resource explorer which uses the useAlarms hook to display a table of alarms from either asset or asset model parameters.

Note: Some of the tests for the explorers are commented out. They will be revisited in a following PR once the asset property values hooks part useAlarms are completed and stable.

image image image image image image

Legal

This project is available under the Apache 2.0 License.

hwandersman commented 2 months ago

Can you add some screenshots for the alarm table + showing the latest alarm data?