Skip to content

Commit 623fcef

Browse files
Attribute名の修正。
1 parent 4e1e88f commit 623fcef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dConnectDevicePlugin/dConnectDeviceIRKit/dConnectDeviceIRKit/Classes/profile

dConnectDevicePlugin/dConnectDeviceIRKit/dConnectDeviceIRKit/Classes/profile/DPIRKitTVProfile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ - (id) initWithDevicePlugin:(DPIRKitDevicePlugin *)plugin
117117

118118
// API登録(didReceivePutTVBroadcastWaveRequest相当)
119119
NSString *putTVBroadcastWaveRequestApiPath = [self apiPath: nil
120-
attributeName: DCMTVProfileAttrVolume];
120+
attributeName: DCMTVProfileAttrBroadcastwave];
121121
[self addPutPath: putTVBroadcastWaveRequestApiPath
122122
api:^BOOL(DConnectRequestMessage *request, DConnectResponseMessage *response) {
123123

0 commit comments

Comments
 (0)