GET hub/{serial}/SmartControlSentence

Get if the sentence for the hub smart control. Subcription Required + Smart control on this Hub.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serial

Serial of the Hub

string

Required

Body Parameters

None.

Response Information

Resource Description

The Message Sentence (in JSON

Flipr.Web.Api.Controllers.JsonWrappers.SentenceSmartControl
NameDescriptionTypeAdditional information
Message

Sentence Smart Control

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1"
}

text/html

Sample:
{"Message":"sample string 1"}