ubus: add Spanish translation (#15841)

This commit is contained in:
Darío Hereñú
2025-03-10 00:56:11 -03:00
committed by GitHub
parent e65555734a
commit fefc61412c
+16
View File
@@ -0,0 +1,16 @@
# ubus
> Interactúa con un servidor ubusd OpenWrt.
> Más información: <https://openwrt.org/docs/techref/ubus>.
- Lista los objetos disponibles:
`ubus list`
- Recupera información del sistema en formato JSON:
`ubus call system board`
- Escucha eventos:
`ubus subscribe {{nombre_evento}}`