2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

39_alexa.pm: add report entry to default config

git-svn-id: https://svn.fhem.de/fhem/trunk@21214 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2020-02-17 15:13:10 +00:00
parent 4611a73558
commit 578b5834b3

View File

@ -395,6 +395,7 @@ alexa_configDefault($;$)
$conf->{connections} = [{}] if( !$conf->{connections} );
$conf->{connections}[0]->{name} = 'FHEM' if( !$conf->{connections}[0]->{name} );
$conf->{connections}[0]->{server} = $ip if( !$conf->{connections}[0]->{server} );
$conf->{connections}[0]->{report} = JSON::false if( !$conf->{connections}[0]->{report} );
$conf->{connections}[0]->{filter} = 'alexaName=..*' if( !$conf->{connections}[0]->{filter} );
$conf->{connections}[0]->{uid} = $< if( $conf->{sshproxy} );