1
mc-Module / Re: mcModule no longer connecting
« on: February 16, 2019, 03:02:42 am »
I fixed it by also using mcOTA to erase mcScript and the data store. Then I could connect and reload the script onto it.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Class TestHeartbeat
Shared Event SendMessage() RaiseEvent Every 15 Seconds
Dim payload As ListOfByte = New ListOfByte()
payload.Add("testing")
Lplan.Publish("heartbeat", payload)
LedGreen = Not LedGreen
End Event
End Class