Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
qingdaoMuseumPlatform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
qingdaoMuseumPlatform
Commits
ae21dd9b
Commit
ae21dd9b
authored
Jun 10, 2026
by
PC-20251223ZVQQ\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运行分析时间查询修正
parent
eea98c25
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
42 deletions
+52
-42
dataIntegration.ts
src/biz/dataIntegration.ts
+4
-4
running.ts
src/biz/running.ts
+48
-38
No files found.
src/biz/dataIntegration.ts
View file @
ae21dd9b
...
...
@@ -161,7 +161,7 @@ export async function region() {
const
AC_CONTROL_PARAMS
=
{
power
:
[
"on"
,
"off"
],
mode
:
[
"制冷"
,
"制热"
,
"送风"
,
"除湿"
],
fanSpeed
:
[
"自动"
,
"
低"
,
"中"
,
"高
"
],
fanSpeed
:
[
"自动"
,
"
弱"
,
"强"
,
"超强
"
],
setTemp
:
"16~30"
,
roomTemp
:
"-20~50"
,
maxTemp
:
"20~40"
,
...
...
@@ -313,9 +313,9 @@ const WORK_MODE_MAP: Record<number, string> = {
/** 风速映射:1=高风 2=中风 4=低风 */
const
FAN_SPEED_MAP
:
Record
<
number
,
string
>
=
{
1
:
'
高
'
,
2
:
'
中
'
,
4
:
'
低
'
,
1
:
'
超强
'
,
2
:
'
强
'
,
4
:
'
弱
'
,
};
/**
...
...
src/biz/running.ts
View file @
ae21dd9b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment