@@ -590,7 +590,7 @@ class deviceStatus(TemplateView):
}
]
if online is not None:
- endpoint_health_value = 'OK' if online == '1' else 'UNREACHABLE'
+ endpoint_health_value = 'OK' if online == '1' else 'NOT_FOUND'
properties.append(
{
"namespace": "Alexa.EndpointHealth",