Table Of Content

Interface chat

Purpose

This interface is usefull to interact with the butler from a console, for example over ssh.

Dependencies

There is no dependency.

Interface configuration

There is nothing to configure.

Start the plugin

You should NOT start this interface from the Domogik admin. You should start it like this:

$ cd /var/lib/domogik/domogik_packages/interface_chat/
$ ./start.sh

Development informations

Tests

There is no automated tests for this plugin.

Light mode

It is possible to start this interface in a light mode:

$ ./start.sh -l

In this mode there is no curse interface.

Changelog

1.1

  • Handle the light mode (./start.sh -l)

1.0

  • Interface creation