Added update_interval to maxcube (#5265)

* Added update_interval to maxcube

* Renamed update_interval to scan_interval

* Update maxcube.markdown
This commit is contained in:
Jens Østergaard Nielsen 2018-05-05 19:11:47 +02:00 committed by Paulus Schoutsen
parent 31c4114e32
commit 5a9d5c5427

View File

@ -58,4 +58,9 @@ maxcube:
required: false required: false
type: int type: int
default: 62910 default: 62910
scan_interval:
description: The update interval in seconds
required: false
type: int
default: 300
{% endconfiguration %} {% endconfiguration %}