change display, add StringParam (WIP)

This commit is contained in:
pakintada@gmail.com 2024-01-09 17:11:15 +07:00
parent dd1c072201
commit 98341d2d80
11 changed files with 352 additions and 125 deletions

View file

@ -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;