Skip to content

Commit

Permalink
Change iot message in producers (#165)
Browse files Browse the repository at this point in the history
* Change iot message in producers

* Fix

Signed-off-by: David Kornel <[email protected]>

---------

Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys authored May 31, 2024
1 parent bd92d2c commit 08d6ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
env:
- name: MESSAGE
value: |
{"state_class":"measurement","battery":99,"humidity":58.4,"last_seen":"2023-08-11T11:49:49.075Z","linkquality":33,"temperature":21.3,"voltage":3000,"unit_of_measurement":"°C","device_class":"temperature"}
{"state_class":"measurement","battery":50,"humidity":58.4,"last_seen":"2023-08-11T11:49:49.075Z","linkquality":33,"temperature":21.3,"voltage":3000,"unit_of_measurement":"°C","device_class":"temperature"}
- name: TOPIC
value: iot-external-data
- name: DELAY_MS
Expand Down
2 changes: 1 addition & 1 deletion strimzi/zookeeper-mode/clients/01-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,7 @@ spec:
- env:
- name: MESSAGE
value: |
{"state_class":"measurement","battery":99,"humidity":58.4,"last_seen":"2023-08-11T11:49:49.075Z","linkquality":33,"temperature":21.3,"voltage":3000,"unit_of_measurement":"°C","device_class":"temperature"}
{"state_class":"measurement","battery":50,"humidity":58.4,"last_seen":"2023-08-11T11:49:49.075Z","linkquality":33,"temperature":21.3,"voltage":3000,"unit_of_measurement":"°C","device_class":"temperature"}
- name: TOPIC
value: iot-external-data
- name: DELAY_MS
Expand Down

0 comments on commit 08d6ae4

Please sign in to comment.