Skip to content

Commit 6c8f8dd

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent 9fda8d4 commit 6c8f8dd

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

Diff for: docs/Set-OBSThermalShader.md

+13-20
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Get-OBSThermalShader
22
--------------------
33

44
### Synopsis
5-
65
Get-OBSThermalShader [[-Strength] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
76

87
---
@@ -14,51 +13,51 @@ Get-OBSThermalShader [[-Strength] <float>] [[-SourceName] <string>] [[-FilterNam
1413
### Parameters
1514
#### **FilterName**
1615

17-
|Type |Required|Position|PipelineInput |
18-
|----------|--------|--------|---------------------|
19-
|`[string]`|false |2 |true (ByPropertyName)|
16+
|Type |Required|Position|PipelineInput|
17+
|----------|--------|--------|-------------|
18+
|`[String]`|false |named |False |
2019

2120
#### **Force**
2221

2322
|Type |Required|Position|PipelineInput|
2423
|----------|--------|--------|-------------|
25-
|`[switch]`|false |Named |false |
24+
|`[Switch]`|false |named |False |
2625

2726
#### **NoResponse**
2827

2928
|Type |Required|Position|PipelineInput|
3029
|----------|--------|--------|-------------|
31-
|`[switch]`|false |Named |false |
30+
|`[Switch]`|false |named |False |
3231

3332
#### **PassThru**
3433

3534
|Type |Required|Position|PipelineInput|
3635
|----------|--------|--------|-------------|
37-
|`[switch]`|false |Named |false |
36+
|`[Switch]`|false |named |False |
3837

3938
#### **ShaderText**
4039

4140
|Type |Required|Position|PipelineInput|Aliases |
4241
|----------|--------|--------|-------------|-------------|
43-
|`[string]`|false |3 |false |ShaderContent|
42+
|`[String]`|false |named |False |ShaderContent|
4443

4544
#### **SourceName**
4645

47-
|Type |Required|Position|PipelineInput |Aliases |
48-
|----------|--------|--------|---------------------|-------------|
49-
|`[string]`|false |1 |true (ByPropertyName)|SceneItemName|
46+
|Type |Required|Position|PipelineInput|Aliases |
47+
|----------|--------|--------|-------------|-------------|
48+
|`[String]`|false |named |False |SceneItemName|
5049

5150
#### **Strength**
5251

5352
|Type |Required|Position|PipelineInput|
5453
|---------|--------|--------|-------------|
55-
|`[float]`|false |0 |false |
54+
|`[Float]`|false |named |False |
5655

5756
#### **UseShaderTime**
5857

5958
|Type |Required|Position|PipelineInput|
6059
|----------|--------|--------|-------------|
61-
|`[switch]`|false |Named |false |
60+
|`[Switch]`|false |named |False |
6261

6362
---
6463

@@ -74,11 +73,5 @@ System.String
7473

7574
### Syntax
7675
```PowerShell
77-
syntaxItem
78-
```
79-
```PowerShell
80-
----------
81-
```
82-
```PowerShell
83-
{@{name=Get-OBSThermalShader; CommonParameters=True; parameter=System.Object[]}}
76+
Get-OBSThermalShader [[-Strength] <Float>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
8477
```

0 commit comments

Comments
 (0)