Skip to content

Commit

Permalink
DOCS: Slightly improved grammar and stylistics of the text
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed Mar 19, 2018
1 parent 345e2f2 commit 9765e8c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/source/developer/capabilities.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Capabilities
============

As was known, different devices implement the different functionality.
As known, different devices implement different functionality.
Some devices report current climate conditions like humidity,
temperature and atmospheric pressure. Other devices are able to change
such conditions in your home like air conditioners, humidifiers and
climate systems. Other devices allows to play music, videos, display
photos and so on.
temperature and atmospheric pressure. Other devices like air
conditioners, humidifiers and climate systems are able to change
such conditions in the building. Other devices allow to play music,
videos, display photos and so on.

In everpl such pieces of functionality which are implemented by specific
devices (Things) are called Capabilities.

Each Capability is some abstract atomic piece of functionality which can
be implemented or provided by some device (Thing). Each Capabilities
can provide some new properties (fields, data) of a Thing and/or commands
Each Capability is an abstract atomic piece of functionality which can
be implemented or provided by some device (Thing). Each Capability
can define some new properties (fields, data) of a Thing and/or commands
that can be send to device for execution.

One device can have several different Capabilities. For example, there
already mentioned climatic devices which are capable of measuring
temperature, relative humidity and, maybe, CO2 levels. There are RGB
are already mentioned climatic devices which are capable of measuring
temperature, relative humidity and, maybe, CO2 levels. There are RGB Lamps
which can be turned on and off, change their brightness and even change
their color. There are Smart-TVs which is capable of doing... a lot of
stuff.
Expand Down

0 comments on commit 9765e8c

Please sign in to comment.