mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
37_fakeRoku.pm: serial fix (see https://forum.fhem.de/index.php/topic,51619.msg779608.html#msg779608)
git-svn-id: https://svn.fhem.de/fhem/trunk@16381 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4b094d20fa
commit
cecbcf152f
@ -521,8 +521,8 @@ fakeRoku_Parse($$;$$$)
|
||||
modelName => ['FHEM'],
|
||||
modelNumber => ['4200X'],
|
||||
modelURL => ['http://www.fhem.de/'],
|
||||
serialNumber => [$hash->{serial}],
|
||||
UDN => ["uuid:roku:ecp:$hash->{serial}"],
|
||||
serialNumber => [AttrVal($name,'serial',$hash->{helper}{serial})],
|
||||
UDN => ["uuid:roku:ecp:".AttrVal($name,'serial',$hash->{helper}{serial})],
|
||||
serviceList => [ { service => [ { serviceType => ['urn:roku-com:service:ecp:1'],
|
||||
serviceId => ['urn:roku-com:serviceId:ecp1-0'],
|
||||
controlURL => [''],
|
||||
|
Loading…
x
Reference in New Issue
Block a user