|
|
|
@ -15,8 +15,11 @@ |
|
|
|
*/ |
|
|
|
package org.thingsboard.server.common.data.cf.configuration; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore; |
|
|
|
|
|
|
|
public interface ScheduleSupportedCalculatedFieldConfiguration extends CalculatedFieldConfiguration { |
|
|
|
|
|
|
|
@JsonIgnore |
|
|
|
boolean isScheduledUpdateEnabled(); |
|
|
|
|
|
|
|
int getScheduledUpdateIntervalSec(); |
|
|
|
|