mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +00:00
automowerconnect.js: fix scale display
git-svn-id: https://svn.fhem.de/fhem/trunk@27373 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4243d6e35f
commit
afd90d45e4
@ -193,7 +193,7 @@ function AutomowerConnectUpdateDetail (dev, type, imgsrc, picx, picy, csx, csy,
|
||||
// draw area limits
|
||||
if ( plixy.length > 0 ) AutomowerConnectLimits( ctx, div, plixy, 'property' );
|
||||
// draw scale
|
||||
AutomowerConnectScale( ctx, div, picx, picy, scalx, 'scale' );
|
||||
AutomowerConnectScale( ctx, picx, picy, scalx );
|
||||
// draw charging station path
|
||||
AutomowerConnectDrawPath ( ctx, div, posc, 'chargingStationPath' );
|
||||
// draw path for other activity
|
||||
|
Loading…
x
Reference in New Issue
Block a user