-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
35 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.. _index: | ||
|
||
========== | ||
Brain base | ||
========== | ||
|
||
Purpose | ||
======= | ||
|
||
The **base** brain package is the mandatory part of the Domogik butler brain! It will allow you to : | ||
|
||
* control Domogik (get the sensor values like temperature, control the lights, ...) | ||
* have some basic interaction with the butler | ||
* do some basic mathematics | ||
* make the butler learn some things! | ||
|
||
Dependencies | ||
============ | ||
|
||
There is no dependency. | ||
|
||
Brain configuration | ||
=================== | ||
|
||
There is no configuration option for this package. | ||
|
||
How can I see the this brain package allow me to do ? | ||
===================================================== | ||
|
||
In Domogik administration, just go on the corresponding client and look at the **Brain details** page. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ Changelog | |
1.0 | ||
=== | ||
|
||
* Package creation | ||
* Package creation (merge of domogik-brain-core and domogik-brain-datatype) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ Table Of Content | |
|
||
.. toctree:: | ||
|
||
/core | ||
/base | ||
/dev | ||
/changelog |