Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Change stock models to use AMQP (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Apr 3, 2018
1 parent 5be0d2e commit caadd97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Services/data/devicemodels/chiller-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Version": "0.0.1",
"Name": "Chiller",
"Description": "Chiller with external temperature, humidity and pressure sensors.",
"Protocol": "MQTT",
"Protocol": "AMQP",
"Simulation": {
"InitialState": {
"online": true,
Expand Down
2 changes: 1 addition & 1 deletion Services/data/devicemodels/elevator-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Version": "0.0.1",
"Name": "Elevator",
"Description": "Elevator with floor, vibration and temperature sensors.",
"Protocol": "MQTT",
"Protocol": "AMQP",
"Simulation": {
"InitialState": {
"online": true,
Expand Down
2 changes: 1 addition & 1 deletion Services/data/devicemodels/truck-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Version": "0.0.1",
"Name": "Truck",
"Description": "Truck with GPS, speed and cargo temperature sensors",
"Protocol": "MQTT",
"Protocol": "AMQP",
"Simulation": {
"InitialState": {
"online": true,
Expand Down

0 comments on commit caadd97

Please sign in to comment.