KiboOst / php-devoloDHC

php API providing control over Devolo Home Control
MIT License
11 stars 0 forks source link

Wrong EMail given when unknown devices are found #3

Closed lnetwalker closed 7 years ago

lnetwalker commented 7 years ago

I have some devices which are from different vendors. When I query them I get debugging output that tells me to mail that to you.

I tried to do so, but the email address seems to be wrong.

Could you verifiy?

Thanks

KiboOst commented 7 years ago

Hi, I have fix it, you have have to remove 'to' ;-) Was missing a space. Let me know which devices they are (physically I mean) so I know what to look for ;-)

You can also try $DHC->debugDevice('Mydevice')

Thanks