mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-31 01:36:11 +02:00
0.7.24
* merge PR #1069 make MqTT client ID configurable * fix #1016, general MqTT status depending on inverter state machine * changed icon for fully available inverter to a filled check mark #1070 * fixed `last_success` update with MqTT #1068 * removed `improv` esp-web-installer script, because it is not fully functional at this time
This commit is contained in:
parent
b586d7e623
commit
85dae3805f
8 changed files with 34 additions and 23 deletions
|
@ -30,6 +30,10 @@ iconSuccess = [
|
|||
"M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"
|
||||
];
|
||||
|
||||
iconSuccessFull = [
|
||||
"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"
|
||||
];
|
||||
|
||||
/**
|
||||
* GENERIC FUNCTIONS
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue