Theo Arends
|
421c95a51b
|
Update change logs
|
2023-07-22 14:55:20 +02:00 |
|
Theo Arends
|
c7a22f175b
|
Update changelogs
|
2023-07-21 14:55:06 +02:00 |
|
Theo Arends
|
b149443691
|
Fix default battery level
- Fix default battery level (#19160)
- Bump version to v13.0.0.3
|
2023-07-21 14:35:22 +02:00 |
|
s-hadinger
|
758b0237b4
|
Matter latency improvement for single attribute reads and single commands (#19158)
|
2023-07-20 21:26:55 +02:00 |
|
s-hadinger
|
3da5124348
|
Berry add AES CCM decrypting in a single call to avoid any object allocation (#19153)
|
2023-07-19 21:15:08 +02:00 |
|
s-hadinger
|
2a3690b866
|
Berry tasmota.loglevel() and tasmota.rtc_utc() for faster performance (#19152)
|
2023-07-19 20:58:50 +02:00 |
|
s-hadinger
|
0b59cda02a
|
Berry add metrics for memory allocation/deallocation/reallocation (#19150)
|
2023-07-19 20:41:41 +02:00 |
|
s-hadinger
|
ca8ec6a006
|
Berry updated syntax highlighting plugin for VSCode (#19123)
|
2023-07-15 22:43:38 +02:00 |
|
s-hadinger
|
46e17061b2
|
Berry extend range(lower, upper, incr) to arbitrary increment (#19120)
|
2023-07-15 19:09:52 +02:00 |
|
s-hadinger
|
ada754c582
|
Berry add energy.update_total() to call EnergyUpdateTotal() from energy driver (#19117)
|
2023-07-15 17:06:10 +02:00 |
|
Theo Arends
|
cefd42c820
|
Update changelogs
|
2023-07-10 18:18:42 +02:00 |
|
s-hadinger
|
7404b8ddbb
|
Berry _class can be used in static var initialization code (#19088)
|
2023-07-10 17:50:04 +02:00 |
|
Theo Arends
|
43bc81010f
|
Configuration file save and restore .xdrvsetXXX
Configuration file save and restore now backup and restore ``.xdrvsetXXX`` files too (#18295)
|
2023-07-10 16:03:32 +02:00 |
|
Theo Arends
|
c0160f2b5b
|
Update changelogs
|
2023-07-09 10:43:39 +02:00 |
|
s-hadinger
|
8d161d04f7
|
Matter add mini-profiler (#19075)
|
2023-07-08 18:58:44 +02:00 |
|
Theo Arends
|
ac4c4505a5
|
Bump version v13.0.0.2
Update changelogs
|
2023-07-08 17:37:12 +02:00 |
|
s-hadinger
|
7afc4865e1
|
Matter improve latency for remote commands (#19072)
|
2023-07-08 12:00:23 +02:00 |
|
s-hadinger
|
2ecb697a3f
|
Berry added getgbl performance counter to debug.counters() (#19070)
* Berry add `getgbl` counter
* Berry added `getgbl` performance counter to `debug.counters()`
|
2023-07-08 11:25:25 +02:00 |
|
s-hadinger
|
d79c4a7cc6
|
ESP32 LVGL library from v8.3.7 to v8.3.8 (no functional change) (#19058)
* ESP32 LVGL library from v8.3.7 to v8.3.8 (no functional change)
* Update changelog
|
2023-07-06 22:03:05 +02:00 |
|
s-hadinger
|
57c4825ccd
|
BrRestart now supports web handlers to work after Berry restart (#19057)
|
2023-07-06 21:37:46 +02:00 |
|
Theo Arends
|
67a62ef3c8
|
Update changelogs
|
2023-07-05 11:00:10 +02:00 |
|
s-hadinger
|
492759567a
|
Partition Wizard is now able to convert to safeboot from Shelly partition layout (#19034)
|
2023-07-05 09:55:17 +02:00 |
|
Theo Arends
|
41de111429
|
Update change logs
|
2023-07-03 21:27:47 +02:00 |
|
s-hadinger
|
cc55cf0bb1
|
Revert "Berry var allowed in with walrus operator := (#19018)" (#19019)
This reverts commit 8f06552eee.
|
2023-07-03 14:10:05 +02:00 |
|
s-hadinger
|
8f06552eee
|
Berry var allowed in with walrus operator := (#19018)
* Berry `var` allowed in with walrus operator `:=`
* fix regression
|
2023-07-03 12:28:41 +02:00 |
|
s-hadinger
|
d72f3b9978
|
Command `BrRestart` to restart the Berry VM (experimental) (#19003)
* Command ``BrRestart`` to restart the Berry VM (experimental)
* Add web button for Berry Restart
|
2023-07-02 21:52:01 +02:00 |
|
s-hadinger
|
52392a2b48
|
Matter improve responsiveness (#19002)
|
2023-06-29 22:12:56 +02:00 |
|
Theo Arends
|
465ae023ab
|
Update change logs
|
2023-06-29 14:10:49 +02:00 |
|
s-hadinger
|
c303c80add
|
Update CHANGELOG.md
Add support for SGP41 TVOC/NOx Sensor
|
2023-06-29 09:07:58 +02:00 |
|
s-hadinger
|
34456e6193
|
Berry import strict now detects useless expr without side effects (#18997)
|
2023-06-29 09:04:16 +02:00 |
|
s-hadinger
|
952811b4eb
|
Matter add option to disable bridge mode (#18992)
|
2023-06-28 14:49:47 +02:00 |
|
Theo Arends
|
504b51a9b4
|
Add command `Delay -1`
Add command ``Delay -1`` to wait until next second (#18984)
|
2023-06-28 11:53:23 +02:00 |
|
Theo Arends
|
a542122eb1
|
Update CHANGELOG.md
|
2023-06-28 10:52:45 +02:00 |
|
s-hadinger
|
1e19e13c6f
|
Matter support for temperature in Fahrenheit (SetOption8 1) (#18987)
|
2023-06-27 23:16:40 +02:00 |
|
s-hadinger
|
b9588e6192
|
Berry bool( [] ) and bool( {} ) now evaluate as false (#18986)
|
2023-06-27 22:07:13 +02:00 |
|
s-hadinger
|
9cf3d16065
|
Berry various fixes for Walrus Operator (#18982)
|
2023-06-27 14:32:08 +02:00 |
|
Theo Arends
|
d9a66547aa
|
Bump version v13.0.0.1
|
2023-06-26 11:12:31 +02:00 |
|
s-hadinger
|
339c1cedb7
|
Zigbee firmware for Sonoff-ZB-Pro v20230507 (#18968)
|
2023-06-25 21:24:08 +02:00 |
|
s-hadinger
|
30a65edd7a
|
Berry Walrus operator ':=' (#18963)
|
2023-06-25 17:30:42 +02:00 |
|
s-hadinger
|
89a815f196
|
Matter display the remote Device Name instead of IP address (#18960)
|
2023-06-25 10:52:51 +02:00 |
|
s-hadinger
|
0ac5d0945b
|
Berry add option to remove source file name and save flash space (#18948)
|
2023-06-23 23:14:51 +02:00 |
|
s-hadinger
|
85f357096a
|
Berry added f-strings as an alternative to string formatting (#18937)
|
2023-06-22 22:50:05 +02:00 |
|
s-hadinger
|
1a460926f6
|
Update CHANGELOG.md
|
2023-06-21 14:22:41 +02:00 |
|
Norbert Richter
|
1f5c1baeae
|
Fix NeoPool NPFiltration switch result (#18871) (#18908)
|
2023-06-19 22:53:51 +02:00 |
|
s-hadinger
|
1e745807e4
|
Berry fixed parser error with upvals in closures (#18902)
|
2023-06-18 20:21:08 +02:00 |
|
s-hadinger
|
4a3b6457ca
|
Matter add friendly-name (NodeLabel) to each endpoint (#18897)
|
2023-06-18 18:45:47 +02:00 |
|
s-hadinger
|
3fc932d38a
|
Berry string.format() now automatically converts type according to format (#18890)
|
2023-06-16 20:38:53 +02:00 |
|
s-hadinger
|
28861821a6
|
Zigbee fixed regression with SetOption101 (#18884)
|
2023-06-14 22:46:18 +02:00 |
|
s-hadinger
|
bd6aff77f7
|
Matter add support for Contact Sensor (#18882)
|
2023-06-14 20:36:17 +02:00 |
|
Jason2866
|
bbd6fa7202
|
core 2.0.10
|
2023-06-14 14:45:54 +02:00 |
|