Sonny
Sonny
I try to add light bulbs according to the method here https://github.com/AlexxIT/XiaomiGateway3/issues/44 light model: ZNLDP13LM Gateway model: ZNDMWG03LM / 1.5.0_0102 usage command: ```yaml service: remote.send_command data: command: pair device: lumi.light.aqcn02...
## Issue summary if api number > 200 , dashboard api page display is incomplete Even if you scroll down, it still has no effect ## Your environment * Kong...
I tried to connect with gitlab, the login was successful, but there are some problems 1. After logging in successfully, it will be automatically logged out from time to time....
卸载脚本 https://github.com/kubesphere/ks-installer/blob/master/scripts/kubesphere-delete.sh#L176 ```sh # delete users for user in `kubectl get users -o jsonpath="{.items[*].metadata.name}"` do kubectl patch user $user -p '{"metadata":{"finalizers":null}}' --type=merge done kubectl delete users --all 2>/dev/null ``` 会导致openshift...