Skip to content

Commit

Permalink
Run ./scripts/tools/zap_convert_all.py (#9949)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored Sep 27, 2021
1 parent e085d8c commit 99aec53
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17889,6 +17889,5 @@
"endpointVersion": null,
"deviceIdentifier": null
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/bridge-app/bridge-common/bridge-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3499,6 +3499,5 @@
"endpointVersion": null,
"deviceIdentifier": null
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/lighting-app/lighting-common/lighting-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -5610,6 +5610,5 @@
"endpointVersion": 1,
"deviceIdentifier": 259
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/lock-app/lock-common/lock-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -4511,6 +4511,5 @@
"endpointVersion": 0,
"deviceIdentifier": null
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 51,
"featureLevel": 54,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -1089,36 +1089,6 @@
"enabled": 0,
"commands": [],
"attributes": [
{
"name": "default ota provider",
"code": 0,
"mfgCode": null,
"side": "client",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
"reportable": 0,
"minInterval": 0,
"maxInterval": 65344,
"reportableChange": 0
},
{
"name": "update possible",
"code": 1,
"mfgCode": null,
"side": "client",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "true",
"reportable": 0,
"minInterval": 0,
"maxInterval": 65344,
"reportableChange": 0
},
{
"name": "ClusterRevision",
"code": 65533,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 51,
"featureLevel": 54,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -3232,6 +3232,5 @@
"endpointVersion": 1,
"deviceIdentifier": 0
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/pump-app/pump-common/pump-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -5148,6 +5148,5 @@
"endpointVersion": 1,
"deviceIdentifier": null
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5148,6 +5148,5 @@
"endpointVersion": 1,
"deviceIdentifier": null
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/thermostat/thermostat-common/thermostat.zap
Original file line number Diff line number Diff line change
Expand Up @@ -16465,6 +16465,5 @@
"endpointVersion": null,
"deviceIdentifier": null
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/tv-app/tv-common/tv-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -8873,6 +8873,5 @@
"endpointVersion": 1,
"deviceIdentifier": 36
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/tv-casting-app/tv-casting-common/tv-casting-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -16269,6 +16269,5 @@
"endpointVersion": null,
"deviceIdentifier": null
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/window-app/common/window-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -6409,6 +6409,5 @@
"endpointVersion": 1,
"deviceIdentifier": 514
}
],
"log": []
]
}
5 changes: 2 additions & 3 deletions src/controller/data_model/controller-clusters.zap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"featureLevel": 51,
"featureLevel": 54,
"creator": "zap",
"keyValuePairs": [
{
Expand Down Expand Up @@ -10744,6 +10744,5 @@
"endpointVersion": null,
"deviceIdentifier": null
}
],
"log": []
]
}

0 comments on commit 99aec53

Please sign in to comment.