Initial State is a data platform for the Internet of Things (IoT). Connect sensors to the Internet, stream that sensor data to a cloud for access at anytime, and turn it into interactive real-time dashboards, charts, statistics, notifications, or webhooks.The Initial State block for real-time IoT dashboards lets you take IoT data streaming via PubNub, and visualize it with Initial State's wide variety of dashboard options including Tiles, Waves, and Lines.
This block allows the pushing of event payloads to InitialState by publishing to a predefined channel.
Publish message on input channel: initialstate-input with the fields to trigger an event.All events coming on the events field will be forwarded to InitialState
{ "events": [{ "key": "temperature", "value": 16, "epoch": 1419876022.778477 }], "bucketKey": "PBUYDWHTRMT4" }
Need help? Contact PubNub Support.
Copyright (c) 2018 PubNub
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.