Skip to content

Commit

Permalink
DOCS: Renamed is_power_on field to the is_powered_on in On/Off capabi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
s-kostyuk committed Mar 20, 2018
1 parent 85513c3 commit b317c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/developer/capability_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ On/Off
``on_off``

:Provided Fields:
:Field Name: ``is_power_on``
:Field Name: ``is_powered_on``
:Field Values:
boolean: ``true`` or ``false``
:Field Description:
Expand All @@ -133,7 +133,7 @@ On/Off

On/Off devices are devices that can be either powered "on" or "off".
The current state of those devices can be determined by the value of
the ``is_power_on`` field. Actuator On/Off devices are able to be turned
the ``is_powered_on`` field. Actuator On/Off devices are able to be turned
on and off with the on and off commands correspondingly.

If the device provides both on_off and is_active capabilities, then
Expand Down

0 comments on commit b317c26

Please sign in to comment.