Explanation: + In Python, "pass" is a null statement. It is usually used as a placeholder. + In order to run the code successfully, we must have the "devicesData.json" first with at least one sample. + This code runs infinitely with "while True:" so we have to use Keyboard interrupt to exit (Ctrl-C in Windows, for example).