All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.foxtech.persist.common.history.IDeviceHistoryUpdater Maven / Gradle / Ivy

The newest version!
/* ----------------------------------------------------------------------------
 * Copyright (c) Guangzhou Fox-Tech Co., Ltd. 2020-2024. All rights reserved.
 * --------------------------------------------------------------------------- */

package cn.foxtech.persist.common.history;

import cn.foxtech.common.entity.entity.DeviceValueEntity;

import java.util.Map;

public interface IDeviceHistoryUpdater {
    void saveHistoryEntity(DeviceValueEntity existValueEntity, Map statusValues);
    void clearHistoryEntity();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy