Table Of Content

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.

Development informations

N/A

Changelog

1.3

  • Big internal upgrades to had more capabilities to commands and sensors management.
  • Add DT_ColorRGBHexa management.
  • Complete DT_Bool and childs management.
  • Add management of basic sensors : DT_Number, DT_Bool, DT_String.
  • Various minor improvments.
  • en_US and nl_NL features are not as complete as fr_FR. See the ‘TODO’ tags in the .rive files for more informations.

1.2

  • Compatibility with Rivescript 1.8.1 and Domogik 0.5+
  • Fix DT_Bool for unknown devices
  • Various improvments in french

1.1

  • (fr_FR) Fix date charset issue
  • (all lang) For ‘*’, call the brain process_star() function to allow : * analyse input query to do some suggestions * logging of not understood queries

1.0

  • Package creation (merge of domogik-brain-core and domogik-brain-datatype)