...
message
- this is default channel, apps and modules on the same device can communicate with each other thru it. Messages do not leave the device. The channel is always available.localnet
- messages will be automatically send to any GridOS devices in the same local network. This requiresmessaging
module. No internet connection required for this to operate.remote
- messages will be forwarded to a connected mobile remote app. Mobile remote app cannot write to the default channel, it can only useremote
. Requiresmessaging
module, option must be enabled in module settings.mobileapp
- messages will be forwarded to a local mobile app. Local mobile app cannot write to the default channel, it can only usemobileapp
. Requiresmobileapp
module. No internet connection required for this to operate.pubnub
- messages are broadcasted between devices via pubnub service. Requiresmessaging
module. PubKey and SubKey settings should be entered in module settings on each connected device.