You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the applicationData allows for adding all sort of data, it would be desirable to make Girr more explicitly in inviting to use for other kind of remote control than IR in the proper sense, i.e. either raw signals or protocol/parameter form of signals. For this, in the commandSet element. there should be a parameter kind taking values like "ir", "serial", "tcp", "udp", "http", code" etc. (Default to "ir" for backwards compatibility). (Let's make it "text", and not an ennumeration, to be able to have it user extendable). It using this parameter, it may be necessary to complement it with some application parameter (appParameter), like code requires (e.g.) a lirc driver. both to make sense of the codes and to send them.
For example, the atilibusb.lircd.conf may be turned into
Although the
applicationData
allows for adding all sort of data, it would be desirable to make Girr more explicitly in inviting to use for other kind of remote control than IR in the proper sense, i.e. either raw signals or protocol/parameter form of signals. For this, in thecommandSet
element. there should be a parameterkind
taking values like "ir", "serial", "tcp", "udp", "http", code" etc. (Default to "ir" for backwards compatibility). (Let's make it "text", and not an ennumeration, to be able to have it user extendable). It using this parameter, it may be necessary to complement it with some application parameter (appParameter
), likecode
requires (e.g.) a lirc driver. both to make sense of the codes and to send them.For example, the
atilibusb.lircd.conf
may be turned intoSimilarly, a Sony Projector can be controlled serially and over IR by
Here, the attribute
F
incommand
has been renamed tocode
.Remains to define syntax and semantic for
Note that:
girr[_ns].xsd
.The text was updated successfully, but these errors were encountered: