We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1e88f commit 623fcefCopy full SHA for 623fcef
1 file changed
dConnectDevicePlugin/dConnectDeviceIRKit/dConnectDeviceIRKit/Classes/profile/DPIRKitTVProfile.m
@@ -117,7 +117,7 @@ - (id) initWithDevicePlugin:(DPIRKitDevicePlugin *)plugin
117
118
// API登録(didReceivePutTVBroadcastWaveRequest相当)
119
NSString *putTVBroadcastWaveRequestApiPath = [self apiPath: nil
120
- attributeName: DCMTVProfileAttrVolume];
+ attributeName: DCMTVProfileAttrBroadcastwave];
121
[self addPutPath: putTVBroadcastWaveRequestApiPath
122
api:^BOOL(DConnectRequestMessage *request, DConnectResponseMessage *response) {
123
0 commit comments