mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
parent
615b228827
commit
97966805fa
@ -38,7 +38,7 @@ export interface Statistic {
|
|||||||
|
|
||||||
export enum StatisticMeanType {
|
export enum StatisticMeanType {
|
||||||
NONE = 0,
|
NONE = 0,
|
||||||
ARIMETHIC = 1,
|
ARITHMETIC = 1,
|
||||||
CIRCULAR = 2,
|
CIRCULAR = 2,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8129,7 +8129,7 @@
|
|||||||
},
|
},
|
||||||
"mean_type": {
|
"mean_type": {
|
||||||
"0": "None",
|
"0": "None",
|
||||||
"1": "Arimethic",
|
"1": "Arithmetic",
|
||||||
"2": "Circular"
|
"2": "Circular"
|
||||||
},
|
},
|
||||||
"fix_issue": {
|
"fix_issue": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user