Advertisement
MiAutomations

Deconz DDF Sonoff ZBminiL2

Jan 15th, 2023
1,089
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.25 KB | Software | 0 0
  1. {
  2.   "schema": "devcap1.schema.json",
  3.   "manufacturername": "SONOFF",
  4.   "modelid": "ZBMINIL2",
  5.   "product": "ZBMINIL2",
  6.   "sleeper": false,
  7.   "status": "Gold",
  8.   "subdevices": [
  9.     {
  10.       "type": "$TYPE_ON_OFF_LIGHT",
  11.       "restapi": "/lights",
  12.       "uuid": [
  13.         "$address.ext",
  14.         "0x01"
  15.       ],
  16.       "items": [
  17.         {
  18.           "name": "attr/id"
  19.         },
  20.         {
  21.           "name": "attr/lastannounced"
  22.         },
  23.         {
  24.           "name": "attr/lastseen"
  25.         },
  26.         {
  27.           "name": "attr/manufacturername"
  28.         },
  29.         {
  30.           "name": "attr/modelid"
  31.         },
  32.         {
  33.           "name": "attr/name"
  34.         },
  35.         {
  36.           "name": "attr/swversion"
  37.         },
  38.         {
  39.           "name": "attr/type"
  40.         },
  41.         {
  42.           "name": "attr/uniqueid"
  43.         },
  44.         {
  45.           "name": "state/on",
  46.           "refresh.interval": 5
  47.         },
  48.         {
  49.           "name": "state/reachable"
  50.         }
  51.       ]
  52.     }
  53.   ],
  54.   "bindings": [
  55.     {
  56.       "bind": "unicast",
  57.       "src.ep": 1,
  58.       "cl": "0x0006",
  59.       "report": [
  60.         {
  61.           "at": "0x0000",
  62.           "dt": "0x10",
  63.           "min": 5,
  64.           "max": 1800
  65.         }
  66.       ]
  67.     }
  68.   ]
  69. }
Tags: ddf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement