<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[objekt max und min wert geben??? &quot;gelöst&quot;]]></title><description><![CDATA[<p dir="auto">Hallo, ich habe für meine klimaanlage ein gerät erstellt "thermostat" kann ich irgendwie das objekt änder also max und min werte geben. also wenn ich jetzt zb sage "alexa klimaanalage an" das schaltet sie es auf 100, ich möchte das sie das objekt dann auf 21 schaltet??? also das der max wert 21 ist.</p>
<pre><code>{
  "common": {
    "name": "Klimaanlage",
    "desc": "Manuell erzeugt",
    "role": "state",
    "type": "number",
    "read": true,
    "write": true,
    "def": 0,
    "smartName": {
      "de": "Klimaanlage",
      "smartType": "THERMOSTAT"
    }
  },
  "native": {},
  "type": "state",
  "_id": "0_userdata.0.Klima_Anlage.Klimaanlage",
  "acl": {
    "object": 1636,
    "state": 1636,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator"
  },
  "from": "system.adapter.admin.0",
  "user": "system.user.admin",
  "ts": 1660383729959
}
</code></pre>
]]></description><link>https://forum.iobroker.net/topic/57098/objekt-max-und-min-wert-geben-gelöst</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 16:41:29 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/57098.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Aug 2022 09:53:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to objekt max und min wert geben??? &quot;gelöst&quot; on Sat, 13 Aug 2022 11:30:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul53" aria-label="Profile: paul53">@<bdi>paul53</bdi></a> danke</p>
]]></description><link>https://forum.iobroker.net/post/841375</link><guid isPermaLink="true">https://forum.iobroker.net/post/841375</guid><dc:creator><![CDATA[denjo]]></dc:creator><pubDate>Sat, 13 Aug 2022 11:30:42 GMT</pubDate></item><item><title><![CDATA[Reply to objekt max und min wert geben??? &quot;gelöst&quot; on Sat, 13 Aug 2022 10:54:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/denjo" aria-label="Profile: denjo">@<bdi>denjo</bdi></a> sagte: max und min werte geben.</p>
<p dir="auto">Einfach irgendwo unter "common" ergänzen, z.B.:</p>
<pre><code>    "def": 0,
    "max": 21,
    "min": 0,
</code></pre>
]]></description><link>https://forum.iobroker.net/post/841359</link><guid isPermaLink="true">https://forum.iobroker.net/post/841359</guid><dc:creator><![CDATA[paul53]]></dc:creator><pubDate>Sat, 13 Aug 2022 10:54:31 GMT</pubDate></item></channel></rss>