Skip to content

Commit

Permalink
Adding formatter for LaMetric.Time (re #69)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 10, 2022
1 parent c7f5b69 commit 68c15c4
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions LightScript.format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,67 @@ New-Object PSObject -Property ([Ordered]@{
</CustomEntries>
</CustomControl>
</View>
<View>
<Name>LaMetric.Icon</Name>
<ViewSelectedBy>
<TypeName>LaMetric.Icon</TypeName>
</ViewSelectedBy>
<GroupBy>
<PropertyName>Category</PropertyName>
</GroupBy>
<TableControl>
<AutoSize />
<TableHeaders>
<TableColumnHeader>
</TableColumnHeader>
<TableColumnHeader>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Name</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>BigThumbnail</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>LaMetric.Time</Name>
<ViewSelectedBy>
<TypeName>LaMetric.Time</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
</TableColumnHeader>
<TableColumnHeader>
</TableColumnHeader>
<TableColumnHeader>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Name</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Model</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>IPAddress</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
<View>
<Name>NanoLeaf.Effect</Name>
<ViewSelectedBy>
Expand Down

0 comments on commit 68c15c4

Please sign in to comment.