Skip to content

Commit

Permalink
"Config sample updated"
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindh123 committed Apr 29, 2019
1 parent e15be43 commit 231e4ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions etc/emq_plugin_2db.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@

{que1 ,
[
"INSERT INTO [Marposs].[dbo].[plant1GasSensors] ( [ts] ,[suid] ,[ppm] ,[temp]) VALUES( ? ,? , ? , ?)",
"INSERT INTO [dbname1].[dbo].[tablename1] ( [ts] ,[suid] ,[ppm] ,[temp]) VALUES( ? ,? , ? , ?)",

"INSERT INTO [Marposs].[dbo].[plant1Machine1] ([ts], [suid], [SupAirRH], [ProcInRH], [ProcInAirTemp],
"INSERT INTO [dbname2].[dbo].[tablename2] ([ts], [suid], [SupAirRH], [ProcInRH], [ProcInAirTemp],
[ProcOutAirTemp], [ReactInTemp], [ReactOutTemp] ) VALUES(?,?,?,?,?,?,?,?)",

"INSERT INTO [Marposs].[dbo].[plant1Machine1Alarm] ([ts], [suid], [AlarmType], [AlarmStatus] ) VALUES(?,?,?,?)",
"INSERT INTO [dbname3].[dbo].[tablename3] ([ts], [suid], [AlarmType], [AlarmStatus] ) VALUES(?,?,?,?)",

"INSERT INTO [Marposs].[dbo].[plant1TempHumi] ([ts], [suid], [temp], [humi] ) VALUES(?,?,?,?)",
"INSERT INTO [dbname4].[dbo].[tablename4] ([ts], [suid], [temp], [humi] ) VALUES(?,?,?,?)",

"INSERT INTO [DMS].[dbo].[bu1locationtemphumisensors] ( [ts] ,[suid] ,[temp] ,[humi]) VALUES( ? ,? , ? , ?)"
"INSERT INTO [dbname5].[dbo].[tablename5] ( [ts] ,[suid] ,[temp] ,[humi]) VALUES( ? ,? , ? , ?)"
]

},
Expand Down

0 comments on commit 231e4ec

Please sign in to comment.