Blechlawine / loxone-rest-api-proxy

a basic proxy to translate loxone miniserver xml responses to json to be easier to work with

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loxone Rest API Proxy

Installation

  1. Clone this repository
  2. Run cargo install --path .
  3. Run loxone-rest-api-proxy

Why does this exist?

Loxone miniservers respond with xml on their api, which might be difficult to work with. So this proxy provides a simple way to convert the xml to json.

About

a basic proxy to translate loxone miniserver xml responses to json to be easier to work with

License:MIT License


Languages

Language:Rust 100.0%