Moved Zigbee DB things to its own package

This commit is contained in:
Ziver Koc 2021-07-13 00:52:02 +02:00
parent 3cd96cfc82
commit 4dfa80c17f
5 changed files with 5 additions and 4 deletions

View file

@ -22,6 +22,7 @@ import com.zsmartsystems.zigbee.zcl.clusters.*;
import com.zsmartsystems.zigbee.zdo.field.NodeDescriptor;
import se.hal.HalContext;
import se.hal.intf.*;
import se.hal.plugin.zigbee.db.ZigBeeHalDataStore;
import se.hal.plugin.zigbee.device.*;
import zutil.Timer;
import zutil.log.LogUtil;

View file

@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
package se.hal.plugin.zigbee;
package se.hal.plugin.zigbee.db;
import com.zsmartsystems.zigbee.IeeeAddress;
import com.zsmartsystems.zigbee.database.ZigBeeNetworkDataStore;

View file

@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
package se.hal.plugin.zigbee;
package se.hal.plugin.zigbee.db;
import com.zsmartsystems.zigbee.IeeeAddress;
import com.zsmartsystems.zigbee.database.ZigBeeNetworkDataStore;

View file

@ -1,4 +1,4 @@
package se.hal.plugin.zigbee;
package se.hal.plugin.zigbee.db;
import se.hal.HalContext;
import se.hal.intf.HalDatabaseUpgrade;

View file

@ -3,7 +3,7 @@
"name": "Hal-Zigbee",
"description": "A Zigbee plugin for directly connecting to a controller device over serial port.",
"interfaces": [
{"se.hal.intf.HalDatabaseUpgrade": "se.hal.plugin.zigbee.ZigbeeHalDatabaseUpgrade"},
{"se.hal.intf.HalDatabaseUpgrade": "se.hal.plugin.zigbee.db.ZigbeeHalDatabaseUpgrade"},
{"se.hal.intf.HalEventConfig": "se.hal.plugin.zigbee.device.ZigbeeOnOffConfig"},
{"se.hal.intf.HalSensorConfig": "se.hal.plugin.zigbee.device.ZigbeeHumidityConfig"},