10 lines
152 B
Lua
10 lines
152 B
Lua
return {
|
|
mqtt_z2m = function(topic)
|
|
return "zigbee2mqtt/" .. topic
|
|
end,
|
|
|
|
mqtt_automation = function(topic)
|
|
return "automation/" .. topic
|
|
end,
|
|
}
|