Skip to content

Commit ef39df9

Browse files
author
gferraro
committed
up agent and services
1 parent f4d94d5 commit ef39df9

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

tc2/tc2-agent/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tc2-agent-pkg:
22
cacophony.pkg_installed_from_github:
33
- name: tc2-agent
4-
- version: "0.7.0"
4+
- version: "0.7.2"
55
- architecture: "arm64"
66
- branch: "main"
77

tc2/thermal-recorder-py/init.sls

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,23 @@ classifier-env:
4848
classifier-pipeline-pip:
4949
cacophony.pkg_installed_from_pypi:
5050
- name: classifier-pipeline
51-
- version: "0.0.43"
51+
- version: "0.0.44"
5252
- venv: /home/pi/.venv/classifier/bin/
5353

54+
thermal-classifier-service:
55+
service.running:
56+
- name: thermal-classifier
57+
- enable: False
58+
59+
thermal-postprocess-service:
60+
service.running:
61+
- name: thermal-postprocess
62+
- enable: False
63+
5464
thermal-recorder-py-service:
5565
service.running:
5666
- name: thermal-recorder-py
57-
- enable: True
67+
- enable: False
5868

5969
thermal-recorder-service:
6070
service.dead:

0 commit comments

Comments
 (0)