Remove the useless 'secret key', since it doesn't add any more security than the path.
This commit is contained in:
parent
c1594e73f4
commit
0b8134bbcf
3 changed files with 11 additions and 28 deletions
|
@ -3,7 +3,6 @@
|
|||
# 0 again.
|
||||
- name: Momentary Switch
|
||||
path: Path_0
|
||||
secret_key: SecretKey_0
|
||||
num_switches: 1
|
||||
momentary_switches:
|
||||
- 0
|
||||
|
@ -12,14 +11,12 @@
|
|||
# written value
|
||||
- name: Three Latched Switches
|
||||
path: Path_1
|
||||
secret_key: SecretKey_1
|
||||
num_switches: 3
|
||||
momentary_switches:
|
||||
|
||||
# The first and 3rd data point on this webhook are momentary switches. The other 3 are latched.
|
||||
- name: Mix of Types
|
||||
path: Path_2
|
||||
secret_key: SecretKey_2
|
||||
num_switches: 5
|
||||
momentary_switches:
|
||||
- 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue