added fault light option to the board utility
This commit is contained in:
@@ -197,5 +197,5 @@ If you are sure you want to use this command please use API.send_command("{item}
|
||||
parsed_data = json.loads(str_data)
|
||||
# handle bad json
|
||||
except json.decoder.JSONDecodeError as e:
|
||||
raise APIError(f"Decode Error: {str_data}")
|
||||
raise APIError(f"Decode Error {e}: {str_data}")
|
||||
return parsed_data
|
||||
|
||||
Reference in New Issue
Block a user