This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
DataV
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
6577
master
fyf
2 years ago
parent
9340d1cbb1
commit
f2b7a5e008
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
DataVAPI/UpAndDown/ProcessServer.cs
+ 1
- 0
DataVAPI/UpAndDown/ProcessServer.cs
View File
@@ -315,6 +315,7 @@ namespace DataVAPI.UpAndDown
}
else if (topic == IOTDevServer.BroadcastTopic)//广播主题
{
if (message.Contains("AlarmType"))
{
alarmController.Create(Tools.JsonToObjectTools<AlarmTable>(message));
Write
Preview
Loading…
Cancel
Save