Skip to content

Commit

Permalink
Update switch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
veista committed Mar 28, 2022
1 parent abc7cdb commit 202ca69
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions custom_components/smartthings/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
None,
)
],
"custom.spiMode": [
Map(
"spiMode",
"setSpiMode",
"setSpiMode",
"on",
"off",
"SPI Mode",
None,
None,
)
],
"custom.autoCleaningMode": [
Map(
"autoCleaningMode",
Expand Down

0 comments on commit 202ca69

Please sign in to comment.