Skip to content

ultrafab/crestrontomqtt_flogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crestrontomqtt_flogo

This activity convert a Crestron mqtt message to a new splitted and evaluated message

Installation

flogo install github.com/ultrafab/crestrontomqtt_flogo

Link for flogo web:

https://github.com/ultrafab/crestrontomqtt_flogo

Schema

Inputs and Outputs:

{
  "inputs":[
    {
      "name": "address",
      "type": "string"
    },
    {
      "name": "dbNo",
      "type": "integer"
    },
    {
      "name": "message",
      "type": "string"
    }
  ],
  "outputs": [
    {
      "name": "mqtt_message",
      "type": "string"
    },
    {
      "name": "topic",
      "type": "string"
    }
  ]
}

Inputs

Input Description
host the Redis address + port
dbNo the Redis database number
message the Crestron sentence

Ouputs

Output Description
mqtt_message the composed mqtt messsage
topic the topic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages