feat: zigbee usb disable

This commit is contained in:
auricom
2025-07-14 00:19:14 +02:00
parent 47548b8b37
commit acc0dfcf2f
5 changed files with 28 additions and 63 deletions

View File

@@ -7,4 +7,3 @@ resources:
- ./aeotec-zwave-device.yaml
- ./google-coral-device.yaml
- ./nodo-rflink-device.yaml
- ./zzh-zigbee-device.yaml

View File

@@ -1,18 +0,0 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/nfd.k8s-sigs.io/nodefeaturerule_v1alpha1.json
apiVersion: nfd.k8s-sigs.io/v1alpha1
kind: NodeFeatureRule
metadata:
name: zzh-zigbee-device
spec:
rules:
- # zzh! CC2652R Multiprotocol RF Stick
name: zzh.zigbee
labels:
zzh.feature.node.kubernetes.io/zigbee: "true"
matchFeatures:
- feature: usb.device
matchExpressions:
class: { op: In, value: ["ff"] }
vendor: { op: In, value: ["1a86"] }
device: { op: In, value: ["7523"] }