Getting an error in device status

Hi!
Look at line 4 of your code [ i.e., mybolt = bolt(api_key, device_id) ].
The function will be “Bolt()” ,not “bolt()”.
It is case sensitive.

1 Like

Thanks for your answer. It worked.