jensrossbach / node-red-contrib-sony-audio

Node-RED nodes for accessing Sony Audio Control API
MIT License
2 stars 0 forks source link

Support for topics #3

Closed jensrossbach closed 4 years ago

jensrossbach commented 4 years ago

Message topics shall be supported:

Examples

Input messages:

msg.topic = "getPowerStatus" -> perform command getPowerStatus msg.topic = "system/getPowerStatus/1.1" -> call low level method getPowerStatus in version 1.1 from system service

Output messages:

Topic: "${service}/${method}/${version}" -> msg.topic = "system/getPowerStatus/1.1" Topic: "${command}" -> msg.topic = "getPowerStatus"

jensrossbach commented 4 years ago

Will only implement first point, second point does not have so much benefit.

jensrossbach commented 4 years ago

Done