blob: ed6253fd446ed938f76b4f2617d520473f3881cc [file] [log] [blame]
package com.matter.tv.server.tvapp;
public interface ContentAppEndpointManager {
public String sendCommand(int endpointId, long clusterId, long commandId, String commandPayload);
public String readAttribute(int endpointId, long clusterId, long attributeId);
}