Skip to content

Commit

Permalink
DOCS: Added Door Actuator type
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed May 20, 2018
1 parent a413e1c commit 7fe80cf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/source/developer/generic_thing_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,23 @@ values ("opened" or "closed") or one of the transitional state values
("opening", "closing").


Door Actuator
=============

:type: "door_actuator"

:inherits from: none

:icon: an icon of an opened door without a handle

:capabilities: "actuator", "has_state", "is_active", "open_closed"

Represents Actuator mechanisms which are able to open and close the
physical door, gate or other similar object. The "state" field can take
either one of the end state values ("opened" or "closed") or one
of the transitional state values ("opening", "closing").


Shades
======

Expand Down

0 comments on commit 7fe80cf

Please sign in to comment.