Skip to content

Commit

Permalink
Updating EZOut tests (re #69)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Sep 12, 2022
1 parent f9afe1e commit 6fa13aa
Showing 1 changed file with 60 additions and 18 deletions.
78 changes: 60 additions & 18 deletions docs/Format-Heatmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,39 +17,67 @@ The value that will be heatmapped.



|Type |Requried|Postion|PipelineInput |
|--------------|--------|-------|--------------|
|```[Object]```|false |1 |true (ByValue)|
> **Type**: ```[Object]```
> **Required**: false
> **Position**: 1
> **PipelineInput**:true (ByValue)


---
#### **HeatMapMax**

The Heatmap maximum, by default 1gb



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[Object]```|true |2 |false |
> **Type**: ```[Object]```
> **Required**: true
> **Position**: 2
> **PipelineInput**:false


---
#### **HeatMapMiddle**

The Heatmap middle value, by default 512mb



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[Object]```|false |3 |false |
> **Type**: ```[Object]```
> **Required**: false
> **Position**: 3
> **PipelineInput**:false


---
#### **HeatMapMin**

The Heatmap minimum value, by default 0



|Type |Requried|Postion|PipelineInput|
|--------------|--------|-------|-------------|
|```[Object]```|false |4 |false |
> **Type**: ```[Object]```
> **Required**: false
> **Position**: 4
> **PipelineInput**:false


---
#### **HeatMapCool**

Expand All @@ -59,9 +87,16 @@ To pass a Hex color as an int, simply replace # with 0x



|Type |Requried|Postion|PipelineInput|
|-------------|--------|-------|-------------|
|```[Int32]```|false |5 |false |
> **Type**: ```[Int32]```
> **Required**: false
> **Position**: 5
> **PipelineInput**:false


---
#### **HeatMapHot**

Expand All @@ -71,9 +106,16 @@ To pass a Hex color as an int, simply replace # with 0x



|Type |Requried|Postion|PipelineInput|
|-------------|--------|-------|-------------|
|```[Int32]```|false |6 |false |
> **Type**: ```[Int32]```
> **Required**: false
> **Position**: 6
> **PipelineInput**:false


---
### Syntax
```PowerShell
Expand Down

0 comments on commit 6fa13aa

Please sign in to comment.