mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-18 16:17:30 +00:00
6 lines
131 B
Java
6 lines
131 B
Java
package com.bwssystems.HABridge.devicemanagmeent;
|
|
|
|
public interface ResourceHandler {
|
|
public Object getItems(String type);
|
|
}
|