Hey guys,
I found ab Bug in the Bridge API with the Smartlock 3.0. Die Endpoint /info respons with a incorrect JSON String.
/list
[{“deviceType”: 4, “nukiId”: 738149620, “name”: “Wohnungstuer”, “firmwareVersion”: “3.0.40”, “lastKnownState”: {“mode”: 2, “state”: 3, “stateName”: “unlocked”, “batteryCritical”: false, “batteryCharging”: false, “batteryChargeState”: 100, “timestamp”: “2021-12-05T10:21:18+00:00”}}]
versus
/info
{“bridgeType”: 1, “ids”: {“hardwareId”: XXXXXX, “serverId”: XXXXXX}, “versions”: {“firmwareVersion”: “2.10.4”, “wifiFirmwareVersion”: “2.2.0”}, “uptime”: 224345, “currentTime”: “2021-12-05T10:24:44+00:00”, “wlanConnected”: true, “serverConnected”: true, “scanResults”: [{“deviceType”: 0, “nukiId”: 738149620, “name”: “Nuki_XBXX44XX”, “rssi”: -44, “paired”: false}]}
name and deviceType are incorrect in the /info response string
Best regards
Leon