mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-24 18:06:23 +00:00
7 lines
156 B
Java
7 lines
156 B
Java
package com.bwssystems.HABridge.devicemanagmeent;
|
|
|
|
public interface ResourceHandler {
|
|
public Object getItems(String type);
|
|
public void refresh();
|
|
}
|