Max Prokhorov
|
298ce8cac2
|
Refactor get/set/del/hasSetting (#2048)
* experimental: refactor get/set/del/hasSetting
* sensors
* lights
* cleaup
* r
* tuya
* fixup! sensors
* fixup! tuya
* header defaults types
* fix lights
* setup already checks for max
* helper for flashstring
* fix overload
* oops
* refactor includes
* warnings
* test with migrate
* add ids in a separate file
* cleanup
rev: crash
rev: domoticz
rev: encoder
rev: loopdelay
rev: hass
rev: i2c
rev2: hass
rev: mqtt
rev: rfm69
rev: relay
rev: rpn
rev: settings setup
rev: hb settings
rev: telnet preprocessor fix
rev: settings wrap
rev: tspk bool style
rev: wifi types
rev: util hb
rev: settings
fixup! rev: settings
* rev: cleanup wifi injections based on new getters
* hasSetting now can return true for empty key
* show hardcoded network in web
* oops
* fix ws referencing wrong index
* ensure empty strings are written
* c/p
* use experimental schema style for payload, mark network as not deletable
* allow to customize converter
* shorter syntax, try using with wifi
* use proper #if syntax to handle definitions that are missing
* fixup ota sc checks getter, cast schEnabled to bool
* add utils header to sensors
|
4 years ago |
Xose Pérez
|
546c8f09b2
|
Update Copyright notice
|
5 years ago |
Lazar Obradovic
|
69cbb056a3
|
isolate PROGMEM
Isolated dependencies
sensors dependencies
enums, macros and prototypes.
I2C dependencies moved to actual sensor files.
definitelly redefine
|
6 years ago |
Xose Pérez
|
8a999bb15a
|
Replacing delay with nice_delay
|
6 years ago |
Xose Pérez
|
26a087dd7c
|
Check init status of sensors and re-init if they fail on boot (#353)
|
6 years ago |
Xose Pérez
|
feffc290cc
|
Sensor type, value and slot methods should not set error values
|
6 years ago |
Xose Pérez
|
c0215f0a16
|
Error reset on _pre for different sensors
|
6 years ago |
Xose Pérez
|
947f9bab73
|
I2C sensors using new i2c interface
|
6 years ago |
Xose Pérez
|
af805ab045
|
Update copyright notices
|
6 years ago |
Xose Pérez
|
ec55542775
|
Fix SHT3X sensor magnitude count (#337)
|
6 years ago |
Xose Pérez
|
e1baf48b9b
|
Option to disable completely new sensors module
|
6 years ago |
Xose Pérez
|
2bc8794919
|
Move I2C code in BaseSensor to I2CSensor
|
6 years ago |
Xose Pérez
|
1206fa5a71
|
Fix type mismatch in SHT3X I2C sensor
|
6 years ago |
Xose Pérez
|
956215eac5
|
Default slot method in BaseSensor class
|
6 years ago |
Xose Pérez
|
c83cf645c6
|
Added support for Wemos SHT3X I2C sensor shield
|
6 years ago |