Skip to content

Commit 3e6f2c0

Browse files
committed
added brightness by number to functions to export
1 parent 6f9e582 commit 3e6f2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScrollpHat.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RequiredModules = @("Microsoft.PowerShell.IoT")
6969
# NestedModules = @()
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72-
FunctionsToExport = @('Set-PhatBrightness','Write-PhatString','Write-PhatChar','Set-PhatLedsOff','Set-PhatCrazyLeds')
72+
FunctionsToExport = @('Set-PhatBrightness','Write-PhatString','Write-PhatChar','Set-PhatLedsOff','Set-PhatCrazyLeds','Set-PhatBrightnessByNumber')
7373

7474
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
7575
CmdletsToExport = '*'

0 commit comments

Comments
 (0)