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
b16d534d
Commit
b16d534d
authored
Jun 29, 2026
by
PC-20251223ZVQQ\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
空调温度上下限和生效解除逻辑优化
parent
b8c4706b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
.gitignore
.gitignore
+7
-0
dataIntegration.ts
src/biz/dataIntegration.ts
+2
-2
running.ts
src/biz/running.ts
+0
-0
No files found.
.gitignore
View file @
b16d534d
...
...
@@ -10,3 +10,10 @@
*.logs
*.zip
/dist
# 衍生/临时文件
/tmp
# 参考文档
/res/青岛啤酒博物馆空调智能化实施方案20260506.pptx
/res/飞奕云平台接口文档V1.3-计费.pdf
src/biz/dataIntegration.ts
View file @
b16d534d
...
...
@@ -592,8 +592,8 @@ async function integrateAcDeviceData() {
fanSpeed
:
FAN_SPEED_MAP
[
item
.
fanSpeed
]
||
'自动'
,
setTemp
:
item
.
tempSet
||
0
,
roomTemp
:
item
.
roomTemp
||
0
,
maxTemp
:
item
.
tempSetHi
||
0
,
minTemp
:
item
.
tempSetLo
||
0
,
maxTemp
:
item
.
tempSetHi
||
28
,
// 飞奕无数据时默认上限28℃
minTemp
:
item
.
tempSetLo
||
16
,
// 飞奕无数据时默认下限16℃
autoControl
:
'生效'
,
};
toInsert
.
push
({
...
...
src/biz/running.ts
View file @
b16d534d
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