From 286c2072fd49b73267407b37d54efa9f6af31f08 Mon Sep 17 00:00:00 2001 From: hldh214 Date: Sat, 19 Aug 2023 15:15:38 +0900 Subject: [PATCH] feat(farmer): update conf for `socf_thread` Signed-off-by: hldh214 --- config.example.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/config.example.json b/config.example.json index d6de3c36..e22cd781 100644 --- a/config.example.json +++ b/config.example.json @@ -77,9 +77,17 @@ "name": "socf_thread", "enabled": true, "kwargs": { - "object_code_list": [ - 20100105, - 20200104 + "targets": [ + { + "code": 20100105, + "level": [ + 1 + ] + }, + { + "code": 20100106, + "level": [] + } ], "radius": 8 },