mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Merge 4c1d4c8689
into adacdebb9f
This commit is contained in:
commit
a63f31f7c5
@ -122,8 +122,8 @@ public class EaseeBindingConstants {
|
|||||||
public static final String CMD_VAL_RESUME_CHARGING = "resume_charging";
|
public static final String CMD_VAL_RESUME_CHARGING = "resume_charging";
|
||||||
|
|
||||||
// web request constants
|
// web request constants
|
||||||
public static final long WEB_REQUEST_INITIAL_DELAY = 30;
|
public static final long WEB_REQUEST_INITIAL_DELAY = 10;
|
||||||
public static final long WEB_REQUEST_INTERVAL = 5;
|
public static final long WEB_REQUEST_INTERVAL = 1;
|
||||||
public static final int WEB_REQUEST_QUEUE_MAX_SIZE = 20;
|
public static final int WEB_REQUEST_QUEUE_MAX_SIZE = 20;
|
||||||
public static final int WEB_REQUEST_TOKEN_EXPIRY_BUFFER_MINUTES = 5;
|
public static final int WEB_REQUEST_TOKEN_EXPIRY_BUFFER_MINUTES = 5;
|
||||||
public static final int WEB_REQUEST_TOKEN_MAX_AGE_MINUTES = 60;
|
public static final int WEB_REQUEST_TOKEN_MAX_AGE_MINUTES = 60;
|
||||||
|
Loading…
Reference in New Issue
Block a user