Skip to content

Commit 2c10fa5

Browse files
committed
Added handling for maps table data
1 parent 39fb4eb commit 2c10fa5

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

prtgshell2.dll

0 Bytes
Binary file not shown.

prtgshell2.psd1

0 Bytes
Binary file not shown.

prtgshell2.psm1

82 Bytes
Binary file not shown.

src/cmdlets/Get-PrtgTableData.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ function Get-PrtgTableData {
220220
"values" { "PrtgShell.PrtgValue" }
221221
"channels" { "PrtgShell.PrtgChannel" }
222222
"history" { "PrtgShell.PrtgHistory" }
223+
"maps" { "PrtgShell.PrtgBaseObject" }
223224
}
224225

225226
if ($Data.$Content.item.childnodes.count) { # this will return zero if there's an empty set

0 commit comments

Comments
 (0)