Items Android_item - hollie/misterhouse GitHub Wiki
Android_Item
See original
SYNOPSIS
NONE
DESCRIPTION
This module allows MisterHouse to capture and send speech and played wav files to an Android unit.
INHERITS
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