From dba5550ae645a396a5a0e457865f960f49be9f60 Mon Sep 17 00:00:00 2001 From: Mark Hilbush Date: Tue, 7 Mar 2023 17:13:18 -0500 Subject: [PATCH] [sleepiq] Add thing type update instructions (#14460) * Add thing type update instructions * Move thingTypeVersion to correct thing type * Add groupIds to update instructions Signed-off-by: Mark Hilbush --- .../resources/OH-INF/thing/thing-types.xml | 4 +++ .../resources/OH-INF/update/instructions.xml | 25 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 bundles/org.openhab.binding.sleepiq/src/main/resources/OH-INF/update/instructions.xml diff --git a/bundles/org.openhab.binding.sleepiq/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.sleepiq/src/main/resources/OH-INF/thing/thing-types.xml index 0c8c60a388..9942604ea2 100644 --- a/bundles/org.openhab.binding.sleepiq/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.sleepiq/src/main/resources/OH-INF/thing/thing-types.xml @@ -68,6 +68,10 @@ + + 1 + + diff --git a/bundles/org.openhab.binding.sleepiq/src/main/resources/OH-INF/update/instructions.xml b/bundles/org.openhab.binding.sleepiq/src/main/resources/OH-INF/update/instructions.xml new file mode 100644 index 0000000000..5388b928bb --- /dev/null +++ b/bundles/org.openhab.binding.sleepiq/src/main/resources/OH-INF/update/instructions.xml @@ -0,0 +1,25 @@ + + + + + + + + sleepiq:todaySleepInBedSecondsType + + + sleepiq:todaySleepOutOfBedSecondsType + + + sleepiq:todaySleepRestfulSecondsType + + + sleepiq:todaySleepRestlessSecondsType + + + + + + -- 2.47.3