File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3591
3591
]
3592
3592
},
3593
3593
{
3594
- "description" : " Gets the source name of a scene item." ,
3595
- "requestType" : " GetSceneItemSourceName " ,
3594
+ "description" : " Gets the source associated with a scene item." ,
3595
+ "requestType" : " GetSceneItemSource " ,
3596
3596
"complexity" : 3 ,
3597
3597
"rpcVersion" : " 1" ,
3598
3598
"deprecated" : false ,
Original file line number Diff line number Diff line change @@ -2682,7 +2682,7 @@ communication is desired.
2682
2682
- [ GetSceneItemList] ( #getsceneitemlist )
2683
2683
- [ GetGroupSceneItemList] ( #getgroupsceneitemlist )
2684
2684
- [ GetSceneItemId] ( #getsceneitemid )
2685
- - [ GetSceneItemSourceName ] ( #getsceneitemsourcename )
2685
+ - [ GetSceneItemSource ] ( #getsceneitemsource )
2686
2686
- [ CreateSceneItem] ( #createsceneitem )
2687
2687
- [ RemoveSceneItem] ( #removesceneitem )
2688
2688
- [ DuplicateSceneItem] ( #duplicatesceneitem )
@@ -4502,9 +4502,9 @@ Scenes and Groups
4502
4502
4503
4503
---
4504
4504
4505
- ### GetSceneItemSourceName
4505
+ ### GetSceneItemSource
4506
4506
4507
- Gets the source name of a scene item.
4507
+ Gets the source associated with a scene item.
4508
4508
4509
4509
- Complexity Rating: ` 3/5 `
4510
4510
- Latest Supported RPC Version: ` 1 `
You can’t perform that action at this time.
0 commit comments