From 63ee24d3349fe80978329f5e88e37ff17023f304 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Wed, 7 Dec 2022 21:58:10 -0500 Subject: [PATCH] add a non-standard 0 value failure reason --- protocol/esta/acn/dmp/dmp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/esta/acn/dmp/dmp.h b/protocol/esta/acn/dmp/dmp.h index 78182be..b023d48 100644 --- a/protocol/esta/acn/dmp/dmp.h +++ b/protocol/esta/acn/dmp/dmp.h @@ -186,6 +186,7 @@ private: * @brief 7 Response Messages */ enum failure_reason { + SUCCESS = 0, //!< The opposite of failure. Non-standard! NONSPECIFIC = 1, //!< Non-specific or non-DMP reason. NOT_PROPERTY = 2, //!< The address does not correspond to a property. WRITE_ONLY = 3, //!< The property’s value may not be read.