summaryrefslogtreecommitdiff
path: root/test/debounce_tests/debounce_test_client.json
blob: a19c85b1bffb2cfddfcd3b06e6fae9e71e043542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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"
   }
}