Skip to content

Commit da5080d

Browse files
committed
Update README.md
1 parent 216f1f1 commit da5080d

File tree

1 file changed

+1
-1
lines changed
  • libraries/Zigbee/examples/Zigbee_Wind_Speed_Sensor

1 file changed

+1
-1
lines changed

libraries/Zigbee/examples/Zigbee_Wind_Speed_Sensor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For more information and guidance on creating custom quirks, visit the [ZHA Devi
4848
ieee: f0:f5:bd:ff:fe:0e:61:30 #set device IEEE address
4949
endpoint: 10 #set windspeed device endpoint
5050
cluster: 1035 #use this windspeed cluster
51-
attribute: 0 #read meaurement value
51+
attribute: 0 #read measurement value
5252
state_id: input_number.wind_speed #save to created helper variable
5353
state_value_template: value/100 #use correct value format (convert u16 to float)
5454
```

0 commit comments

Comments
 (0)