summaryrefslogtreecommitdiffstats
path: root/physical.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'physical.hpp')
-rw-r--r--physical.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/physical.hpp b/physical.hpp
index e588de2..67a900b 100644
--- a/physical.hpp
+++ b/physical.hpp
@@ -12,10 +12,7 @@ namespace phosphor
{
namespace led
{
-/** @brief Assert LED by writing 255 */
-constexpr unsigned long ASSERT = 255;
-
-/** @brief De-assert by writing "0" */
+/** @brief De-assert value */
constexpr unsigned long DEASSERT = 0;
/** @class Physical
@@ -69,6 +66,9 @@ class Physical : public sdbusplus::server::object::object<
*/
SysfsLed& led;
+ /** @brief The value that will assert the LED */
+ unsigned long assert;
+
/** @brief The period that the LED will operate on, in milliseconds
* Will be removed when periodicity is put into interface
*/
OpenPOWER on IntegriCloud