2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

70_Pushover: fix typo for glance count

git-svn-id: https://svn.fhem.de/fhem/trunk@12646 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2016-11-24 10:35:39 +00:00
parent 0f268f59d8
commit e22a1267fd

View File

@ -1183,7 +1183,7 @@ sub Pushover_SetMessage2 ($$$$) {
}
if ( defined( $values{count} )
&& looks_like_number( $values{percent} ) )
&& looks_like_number( $values{count} ) )
{
$body = $body . "&count=" . $values{count};
}