summaryrefslogtreecommitdiff
path: root/test/debounce_tests/debounce_test_client.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/debounce_tests/debounce_test_client.json')
-rw-r--r--test/debounce_tests/debounce_test_client.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/test/debounce_tests/debounce_test_client.json b/test/debounce_tests/debounce_test_client.json
new file mode 100644
index 0000000..a19c85b
--- /dev/null
+++ b/test/debounce_tests/debounce_test_client.json
@@ -0,0 +1,52 @@
+{
+ "unicast" : "10.0.3.1",
+ "debounce" :
+ [
+ {
+ "service" : "0xb657",
+ "instance" : "0x0003",
+ "events" :
+ [
+ {
+ "event" : "0x8001",
+ "on_change" : "true",
+ "ignore" :
+ [
+ 0, 5
+ ]
+ },
+ {
+ "event" : "0x8002",
+ "on_change" : "true",
+ "ignore" :
+ [
+ 0, 5, 7, 8, 9, 10
+ ]
+ },
+ {
+ "event" : "0x8004",
+ "on_change" : "true",
+ "ignore" :
+ [
+ {
+ "index" : "0",
+ "mask" : "0x0f"
+ },
+ {
+ "index" : "5",
+ "mask" : "0xfe"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "service-discovery" :
+ {
+ "enable" : "true",
+ "multicast" : "224.251.192.252",
+ "port" : "30490",
+ "protocol" : "udp",
+ "cyclic_offer_delay" : "1000"
+ }
+}