File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6
6
Each version gets its own namespace in the form of SINRICPRO_X_Y_Z (SINRICPRO_2_9_6)
7
7
- SinricProDevice: implemented registerRequestHandler (used by capabilities to register their requestHandler functions)
8
8
- Implemented SinricProStrings to avoid unnecessary string duplication and move the strings into PROGMEM.
9
- - New temperature sensor example added HTU21D (thanks to [ jpa-welten] ( https://github.com/jpa-welten ) )
9
+ - New temperature sensors example added HTU21D & AHT10 (thanks to [ jpa-welten] ( https://github.com/jpa-welten ) )
10
10
### Changes
11
11
- Removed types: ` DeviceId ` , ` AppKey ` and ` AppSecret ` . These are now again of type ` String ` .
12
12
- Include guard is now based on ` #pragma once ` instead of ` #ifndef ` , ` #define ` and ` #endif `
You can’t perform that action at this time.
0 commit comments