Skip to content

Commit dfe2cf4

Browse files
committed
added the spotify function to the functions on psd
1 parent c6377c6 commit dfe2cf4

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','Set-PhatBrightnessByNumber')
72+
FunctionsToExport = @('Set-PhatBrightness','Write-PhatString','Write-PhatChar','Set-PhatLedsOff','Set-PhatCrazyLeds','Set-PhatBrightnessByNumber','Get-SpotifyCurrentlyPlayingInfo')
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)