status => stats
This commit is contained in:
12
dist/stats.js
vendored
Normal file
12
dist/stats.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export const StatsComponent = {
|
||||
HA_DESK_POSITION: "ha_desk_position",
|
||||
HA_TEMP: "ha_temp",
|
||||
TIDAL_CURRENT: "tidal_current",
|
||||
GRIST_PERSONAL_GOALS: "grist_personal_goals",
|
||||
};
|
||||
export function createComponentUpdate(component, data) {
|
||||
return {
|
||||
component: component,
|
||||
data: data,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user