Skip to content

Commit

Permalink
Update ZAP to fix handling of Darwin provisional availability. (#30101)
Browse files Browse the repository at this point in the history
* Update ZAP to fix handling of Darwin provisional availability.

The template change is fixing a place where we checked for "provisional" even
for things that are not supported at all, and they started coming back as
"provisional" now.

MIN_ZAP_VERSION is being set to the date the commit was merged (which is what we
are getting in the reported ZAP version), not to the tag date, which is later.

* Auto-update .zap files.

* Regenerate generated code.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Feb 17, 2024
1 parent b8cb1ae commit 8287153
Show file tree
Hide file tree
Showing 83 changed files with 161 additions and 216 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6838,7 +6838,7 @@
"code": 0,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -6854,7 +6854,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -6870,7 +6870,7 @@
"code": 2,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -6886,7 +6886,7 @@
"code": 3,
"mfgCode": null,
"side": "server",
"type": "int16u",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -7559,6 +7559,5 @@
"endpointId": 4,
"networkId": 0
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4008,7 +4008,7 @@
"code": 0,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -4024,7 +4024,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -4040,7 +4040,7 @@
"code": 2,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -5861,6 +5861,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -14808,7 +14808,7 @@
"code": 0,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -14824,7 +14824,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -14840,7 +14840,7 @@
"code": 2,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -14856,7 +14856,7 @@
"code": 3,
"mfgCode": null,
"side": "server",
"type": "int16u",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -21901,6 +21901,5 @@
"endpointId": 65534,
"networkId": 0
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -7553,7 +7553,7 @@
"code": 0,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -7569,7 +7569,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -7585,7 +7585,7 @@
"code": 2,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -12348,6 +12348,5 @@
"endpointId": 65534,
"networkId": 0
}
],
"log": []
]
}
9 changes: 4 additions & 5 deletions examples/bridge-app/bridge-common/bridge-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -5571,7 +5571,7 @@
"code": 0,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "External",
"singleton": 0,
Expand All @@ -5587,7 +5587,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "External",
"singleton": 0,
Expand All @@ -5603,7 +5603,7 @@
"code": 2,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "External",
"singleton": 0,
Expand Down Expand Up @@ -5721,6 +5721,5 @@
"endpointId": 2,
"networkId": 0
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4795,6 +4795,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6581,7 +6581,7 @@
"code": 0,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -6597,7 +6597,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand All @@ -6613,7 +6613,7 @@
"code": 2,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -7844,6 +7844,5 @@
"endpointId": 5,
"networkId": 0
}
],
"log": []
]
}
11 changes: 5 additions & 6 deletions examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.zap
Original file line number Diff line number Diff line change
Expand Up @@ -2913,7 +2913,7 @@
"code": 0,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "NVM",
"singleton": 0,
Expand All @@ -2929,7 +2929,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "NVM",
"singleton": 0,
Expand All @@ -2945,7 +2945,7 @@
"code": 2,
"mfgCode": null,
"side": "server",
"type": "int16s",
"type": "temperature",
"included": 1,
"storageOption": "NVM",
"singleton": 0,
Expand All @@ -2961,7 +2961,7 @@
"code": 3,
"mfgCode": null,
"side": "server",
"type": "int16u",
"type": "temperature",
"included": 1,
"storageOption": "NVM",
"singleton": 0,
Expand Down Expand Up @@ -6078,6 +6078,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3938,6 +3938,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3918,6 +3918,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3100,6 +3100,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3532,6 +3532,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/chef/devices/rootnode_dishwasher_cc105034fe.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3533,6 +3533,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/chef/devices/rootnode_doorlock_aNKYAreMXE.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3429,6 +3429,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -4022,6 +4022,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/chef/devices/rootnode_fan_7N2TobIlOX.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3243,6 +3243,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3002,6 +3002,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/chef/devices/rootnode_genericswitch_9866e35d0b.zap
Original file line number Diff line number Diff line change
Expand Up @@ -2406,6 +2406,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3607,6 +3607,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
3 changes: 1 addition & 2 deletions examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.zap
Original file line number Diff line number Diff line change
Expand Up @@ -3002,6 +3002,5 @@
"endpointId": 1,
"networkId": 0
}
],
"log": []
]
}
Loading

0 comments on commit 8287153

Please sign in to comment.