Device offline in cayenne

I was having this issue up until this afternoon. The hotfix resolved the majority of my issues, but my digital output for an LED has not recovered. After a few seconds (or whenever I refresh the webpage) it goes into an ‘Unreachable’ status. I attempted to remove and re-add the button but the same result.

I did verify that I had the correct GPIO listed

My temperature sensor remains functional the entire time, even throughout this issue.

Upon this offline issue last night, I followed the troubleshooting steps outlined here: Troubleshooting Pi Showing Up as Offline in Dashboard and wound up changing a few things recommended.
-My Network.ini file was missing the “SARSServer=reg.mydevices.com” & “RemoteDesktopServerAddress=rds.vcom.com” lines so I added them
-My AppSettings.ini file did not have an ID listed, so I added mine as instructed.

I used the code here ( Python Tkinter GPIO User Interface - Raspberry Pi Forums ) and was able to easily verify that the LED does in fact work without issue.

Any ideas?