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