Skip to content

Commit 6a89cdf

Browse files
authored
Fixed typo
Fixed Typo in action.devices.traits.FanSpeed
1 parent bebc569 commit 6a89cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/googleHome.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const traitEnum = {
114114
defaultAttributes: '{}',
115115
},
116116
'action.devices.traits.FanSpeed': {
117-
command: 'fanSped',
117+
command: 'fanSpeed',
118118
getter: 'currentFanSpeedSetting',
119119
defaultAttributes: `{
120120
"availableFanSpeeds": {

0 commit comments

Comments
 (0)