diff --git a/docs/Overview.md b/docs/Overview.md index ee4f10c..7a37f2b 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -100,9 +100,9 @@ Link status monitoring allows devices to expose the health of all the physical l Devices specify if: -* All interfaces are Down (equivalent to an Unhealthy state) -* Some of the interfaces are Down (equivalent to a PartiallyHealthy state) * All of the interfaces are Up (equivalent to a Healthy state) +* Some of the interfaces are Down (equivalent to a PartiallyHealthy state) +* All interfaces are Down (equivalent to an Unhealthy state) The link status message is a nullable property where devices can offer the reason and further details as to why the current status value was chosen. diff --git a/docs/images/receiver-model-connectivity.png b/docs/images/receiver-model-connectivity.png index 32e74e0..14194e3 100644 Binary files a/docs/images/receiver-model-connectivity.png and b/docs/images/receiver-model-connectivity.png differ diff --git a/docs/images/receiver-model-minimal.png b/docs/images/receiver-model-minimal.png index 5490053..f6ab786 100644 Binary files a/docs/images/receiver-model-minimal.png and b/docs/images/receiver-model-minimal.png differ