From 813caf5ba752ca0b1543e1d108d5430865305272 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 20 Oct 2017 23:32:12 +0200 Subject: [PATCH] fix some interfaces --- libguh/interfaces/colorlight.json | 2 +- libguh/interfaces/mediacontroller.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libguh/interfaces/colorlight.json b/libguh/interfaces/colorlight.json index bd5f5770..6a76c1ea 100644 --- a/libguh/interfaces/colorlight.json +++ b/libguh/interfaces/colorlight.json @@ -2,7 +2,7 @@ "extends": "dimmablelight", "states": [ { - "name": "color temperature", + "name": "colorTemperature", "type": "int", "minimumValue": "any", "maximumValue": "any" diff --git a/libguh/interfaces/mediacontroller.json b/libguh/interfaces/mediacontroller.json index ed9b3839..b10fc903 100644 --- a/libguh/interfaces/mediacontroller.json +++ b/libguh/interfaces/mediacontroller.json @@ -15,7 +15,7 @@ }, { "name": "playbackStatus", - "type": "string", + "type": "QString", "allowedValues": ["Playing", "Paused", "Stopped"], "writable": true }