This commit is contained in:
Thomas Nordquist
2019-04-04 19:51:44 +02:00
parent c20c075bcf
commit 09dcce97b7
55 changed files with 775 additions and 1415 deletions

View File

@@ -88,7 +88,7 @@ function generateData(client: mqtt.MqttClient) {
intervals.push(setInterval(() => {
state = !state
const js = {
tags:{
tags: {
entityId: 33512,
entityType: 'person',
host: 'd44ad81e10f9',
@@ -100,7 +100,7 @@ function generateData(client: mqtt.MqttClient) {
client.publish(
'actuality/showcase',
JSON.stringify(js),
{ retain: true, qos: 0 },
{ retain: true, qos: 0 }
)
}, 2102))
}