From 9d344f5a7a6d52d25b634d0f2c5cbd4a556d3669 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Mon, 29 Jul 2024 09:45:30 +0200 Subject: [PATCH] Add multiple key example to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index aed5065..1b80eed 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,22 @@ options: ] } + +**Data for multiple keys for an object** `-q capacity1.value,True capacity2.value,True capacity3.value,True` + + { + "capacity1": { + "value": true + }, + "capacity2": { + "value": true + }, + "capacity3": { + "value": true + } + } + + ### Thresholds and Ranges **Data**: