add support for IR commands and publish them on MQTT

This commit is contained in:
Nicu Hodos 2021-05-02 20:01:19 +02:00
parent 067910e394
commit f80889db60

View File

@ -8,5 +8,16 @@
"path": "gateway"
}
],
"settings": {}
"settings": {
"files.associations": {
"functional": "cpp",
"queue": "cpp",
"array": "cpp",
"*.tcc": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"vector": "cpp"
}
}
}