Analysis
see subject, output of switchbot cli, curl -H "Authorization:xxxxxxx" -H "Content-Type: application/json" https://api.switch-bot.com/v1.1/devices/xxxxxxxxxxxx/status:
{"statusCode":100,"body":{"version":"V1.8","temperature":0,"battery":0,"humidity":0,"CO2":613,"deviceId":"B0E9FE72D804","deviceType":"MeterPro(CO2)","hubDeviceId":"000000000000"},"message":"success"}
The value of CO2 is the correct value from the sensor, all other values are not set.
Expected Behavior
values pushed and accessible via command line
Steps To Reproduce
above curl command
Logs
Configuration
Environment
sensor (Meter Pro CO2), app (latest version, iOS)
Additional Context
n.a.