change display, add StringParam (WIP)
This commit is contained in:
parent
dd1c072201
commit
98341d2d80
11 changed files with 352 additions and 125 deletions
|
|
@ -29,6 +29,7 @@ export type RecipeDetail = {
|
|||
};
|
||||
|
||||
export type RecipeDetailMat = {
|
||||
StringParam: string;
|
||||
isUse: boolean;
|
||||
materialID: number;
|
||||
name: string;
|
||||
|
|
@ -75,7 +76,6 @@ export interface Recipe01 {
|
|||
OnTOP: string;
|
||||
LastChange: Date;
|
||||
MenuStatus: string;
|
||||
RemainingCups: string;
|
||||
StringParam: string;
|
||||
TextForWarningBeforePay: string[];
|
||||
cashPrice: number;
|
||||
|
|
@ -142,6 +142,7 @@ export interface ToppingList {
|
|||
}
|
||||
|
||||
export interface MatRecipe {
|
||||
StringParam: string;
|
||||
MixOrder: number;
|
||||
FeedParameter: number;
|
||||
FeedPattern: number;
|
||||
|
|
@ -164,6 +165,7 @@ export interface ToppingSet {
|
|||
}
|
||||
|
||||
export interface MaterialSetting {
|
||||
StringParam: string,
|
||||
AlarmIDWhenOffline: string;
|
||||
BeanChannel: string;
|
||||
CanisterType: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue