Android_Item.pm

Android_Item

SYNOPSIS

NONE

DESCRIPTION

This module allows MisterHouse to capture and send speech and played wav files to an Android unit.

INHERITS

Generic_Item

METHODS

UnDoc

INI PARAMETERS

Add "server_android_port" to your ini file. The default port is 4444. The port number assigned to server_android_port must match the port configured in the android client. The ports must match in order for the android device to receive speech events and notifications.

  server_android_port=4444

By default, ALL speak and play events will be pushed to ALL android's regardless of the value in the speak/play "rooms" parameter. If you want the android's to honor the rooms parameter, then you must define the android_use_rooms parameter in my.private.ini. Each android declares a room name when the android registers with the server.

  android_use_rooms=1

AUTHOR

UNK

SEE ALSO

NONE

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 18:

'=item' outside of any '=over'

 Android_Item.pm