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.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)