{"id":4612,"date":"2021-07-14T09:30:52","date_gmt":"2021-07-14T09:30:52","guid":{"rendered":"https:\/\/www.enocean.com\/?post_type=enocean_faq&#038;p=4612"},"modified":"2024-09-03T14:23:16","modified_gmt":"2024-09-03T12:23:16","slug":"storing-application-calibration-info-to-cfg-area","status":"publish","type":"enocean_faq","link":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/","title":{"rendered":"Storing application calibration info to CFG Area"},"content":{"rendered":"\n<section class=\"wp-block-uagb-section uagb-section__wrap uagb-section__background-undefined uagb-block-5e4df3fa\"><div class=\"uagb-section__overlay\"><\/div><div class=\"uagb-section__inner-wrap\">\n<h1 class=\"wp-block-heading\">Storing application calibration info to CFG Area<\/h1>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_e03e93-7e .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_e03e93-7e .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_e03e93-7e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n\n<p><strong>This article applies to:<\/strong><br>DolphinAPI<\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_ab8239-24 .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_ab8239-24 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_ab8239-24\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><a class=\"ek-link\">QUESTION<\/a><\/h3>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_20c020-13 .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_20c020-13 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_20c020-13\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n\n<p>I have some application specific calibration information and I don&#8217;t want to loose them when re-flashing my application. Where to store it?<\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_6a49f7-48 .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_6a49f7-48 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_6a49f7-48\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><a class=\"ek-link\">ANSWER<\/a><\/h3>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_19f829-ab .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_19f829-ab .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_19f829-ab\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n\n<p>You can store it in the user part of the CFG area (between the address 0x80 &#8211; 0xFF counted relative from the PAGE start). The API does not provide write access to the CFG area therefore make sure to use the object attached to this note: FLASH_WRITE<\/p>\n\n\n\n<p>To use the object you need to specify in your source code the following function:<\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_8a16ba-4f .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_8a16ba-4f .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_8a16ba-4f\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_531059-df .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_531059-df .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_531059-df\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n\n<pre class=\"wp-block-preformatted\"><em>\/\/---------------------------------------------------------------------------------------------<\/em>\n<em>\/\/! \\\\brief  Writes a buffer to the flash when the program is executed from XRAM<\/em>\n<em>\/\/! <\/em>\n<em>\/\/! Description: This function writes a buffer with given size to an address.<\/em>\n<em>\/\/!              <\/em>\n<em>\/\/!<\/em>\n<em>\/\/! \\\\param u8Buffer      Pointer to a data buffer in XRAM or IDATA or DATA<\/em>\n<em>\/\/! \\\\param u16Addr       Address to write the data to<\/em>\n<em>\/\/! \\\\param u8Size        Size of the data buffer<\/em>\n<em>\/\/! \\\\return u8Err        1-operation failed. 0-success<\/em>\n<em>\/\/---------------------------------------------------------------------------------------------<\/em>\nuint8 FLASH_CONTROL_write_buffer_XRAM(const uint8 <strong>*<\/strong>u8Buffer<strong>,<\/strong> uint16 u16Addr<strong>,<\/strong> uint8 u8Size)<strong>;<\/strong><\/pre>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_a4822b-ef .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_a4822b-ef .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_a4822b-ef\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_7bd41d-b2 .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_7bd41d-b2 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_7bd41d-b2\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n\n<p><strong>EXAMPLE CODE:<\/strong><br>This example sotres the u16CfgValue in configuration area to the 0x80 address.<\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_9169fb-c8 .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_9169fb-c8 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_9169fb-c8\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_e32485-8e .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_e32485-8e .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_e32485-8e\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n\n<pre class=\"wp-block-preformatted\">  uint16 u16CfgValue<strong>;<\/strong>\n&nbsp;\n&nbsp;\n  uint8 u8Result<strong>;<\/strong> \n&nbsp;\n  u8Result <strong>=<\/strong> FLASH_CONTROL_write_buffer_XRAM(<strong>&amp;<\/strong>u16CfgValue<strong>,<\/strong> CFG_ADDR<strong>+<\/strong>0x80<strong>,<\/strong> sizeof(u16CfgValue)<strong>-<\/strong>1)<strong>;<\/strong><\/pre>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_3c1009-9b .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_3c1009-9b .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_3c1009-9b\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_cf642c-f1 .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_cf642c-f1 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_cf642c-f1\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"236\" src=\"https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33-1024x236.png\" alt=\"\" class=\"wp-image-4618\" srcset=\"https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33-1024x236.png 1024w, https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33-300x69.png 300w, https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33-150x35.png 150w, https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33-768x177.png 768w, https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png 1474w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-4612_63ab63-7d .kt-block-spacer{height:20px;}.wp-block-kadence-spacer.kt-block-spacer-4612_63ab63-7d .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:80%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-4612_63ab63-7d\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><\/div><\/div>\n\n\n\n<p><\/p>\n<\/div><\/section>\n","protected":false},"featured_media":4618,"template":"","faq_category":[103],"class_list":["post-4612","enocean_faq","type-enocean_faq","status-publish","has-post-thumbnail","hentry","faq_category-software"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Storing application calibration info to CFG Area - EnOcean<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Storing application calibration info to CFG Area - EnOcean\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/\" \/>\n<meta property=\"og:site_name\" content=\"EnOcean\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-03T12:23:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1474\" \/>\n\t<meta property=\"og:image:height\" content=\"340\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/\",\"url\":\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/\",\"name\":\"Storing application calibration info to CFG Area - EnOcean\",\"isPartOf\":{\"@id\":\"https:\/\/www.enocean.com\/de\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png\",\"datePublished\":\"2021-07-14T09:30:52+00:00\",\"dateModified\":\"2024-09-03T12:23:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/#primaryimage\",\"url\":\"https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png\",\"contentUrl\":\"https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png\",\"width\":1474,\"height\":340},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/www.enocean.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FAQ\",\"item\":\"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Storing application calibration info to CFG Area\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.enocean.com\/de\/#website\",\"url\":\"https:\/\/www.enocean.com\/de\/\",\"name\":\"EnOcean\",\"description\":\"EnOcean Relaunch\",\"publisher\":{\"@id\":\"https:\/\/www.enocean.com\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.enocean.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.enocean.com\/de\/#organization\",\"name\":\"EnOcean\",\"url\":\"https:\/\/www.enocean.com\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.enocean.com\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.enocean.com\/wp-content\/uploads\/Logos\/1-1.png\",\"contentUrl\":\"https:\/\/www.enocean.com\/wp-content\/uploads\/Logos\/1-1.png\",\"width\":500,\"height\":500,\"caption\":\"EnOcean\"},\"image\":{\"@id\":\"https:\/\/www.enocean.com\/de\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/enocean\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Storing application calibration info to CFG Area - EnOcean","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/","og_locale":"de_DE","og_type":"article","og_title":"Storing application calibration info to CFG Area - EnOcean","og_url":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/","og_site_name":"EnOcean","article_modified_time":"2024-09-03T12:23:16+00:00","og_image":[{"width":1474,"height":340,"url":"https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/","url":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/","name":"Storing application calibration info to CFG Area - EnOcean","isPartOf":{"@id":"https:\/\/www.enocean.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/#primaryimage"},"image":{"@id":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/#primaryimage"},"thumbnailUrl":"https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png","datePublished":"2021-07-14T09:30:52+00:00","dateModified":"2024-09-03T12:23:16+00:00","breadcrumb":{"@id":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/#primaryimage","url":"https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png","contentUrl":"https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png","width":1474,"height":340},{"@type":"BreadcrumbList","@id":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/storing-application-calibration-info-to-cfg-area\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.enocean.com\/de\/"},{"@type":"ListItem","position":2,"name":"FAQ","item":"https:\/\/www.enocean.com\/de\/faq-knowledge-base\/"},{"@type":"ListItem","position":3,"name":"Storing application calibration info to CFG Area"}]},{"@type":"WebSite","@id":"https:\/\/www.enocean.com\/de\/#website","url":"https:\/\/www.enocean.com\/de\/","name":"EnOcean","description":"EnOcean Relaunch","publisher":{"@id":"https:\/\/www.enocean.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.enocean.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.enocean.com\/de\/#organization","name":"EnOcean","url":"https:\/\/www.enocean.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.enocean.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/www.enocean.com\/wp-content\/uploads\/Logos\/1-1.png","contentUrl":"https:\/\/www.enocean.com\/wp-content\/uploads\/Logos\/1-1.png","width":500,"height":500,"caption":"EnOcean"},"image":{"@id":"https:\/\/www.enocean.com\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/enocean\/"]}]}},"taxonomy_info":{"faq_category":[{"value":103,"label":"Software"}]},"featured_image_src_large":["https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33-1024x236.png",1024,236,true],"author_info":[],"comment_info":"","uagb_featured_image_src":{"full":["https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png",1474,340,false],"thumbnail":["https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33-150x35.png",150,35,true],"medium":["https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33-300x69.png",300,69,true],"medium_large":["https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33-768x177.png",768,177,true],"large":["https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33-1024x236.png",1024,236,true],"1536x1536":["https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png",1474,340,false],"2048x2048":["https:\/\/www.enocean.com\/wp-content\/uploads\/screenshot-2021-07-14-at-11.29.33.png",1474,340,false]},"uagb_author_info":{"display_name":"Matteo Bono","author_link":"https:\/\/www.enocean.com\/de\/author\/"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/www.enocean.com\/de\/wp-json\/wp\/v2\/enocean_faq\/4612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.enocean.com\/de\/wp-json\/wp\/v2\/enocean_faq"}],"about":[{"href":"https:\/\/www.enocean.com\/de\/wp-json\/wp\/v2\/types\/enocean_faq"}],"version-history":[{"count":2,"href":"https:\/\/www.enocean.com\/de\/wp-json\/wp\/v2\/enocean_faq\/4612\/revisions"}],"predecessor-version":[{"id":25155,"href":"https:\/\/www.enocean.com\/de\/wp-json\/wp\/v2\/enocean_faq\/4612\/revisions\/25155"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.enocean.com\/de\/wp-json\/wp\/v2\/media\/4618"}],"wp:attachment":[{"href":"https:\/\/www.enocean.com\/de\/wp-json\/wp\/v2\/media?parent=4612"}],"wp:term":[{"taxonomy":"faq_category","embeddable":true,"href":"https:\/\/www.enocean.com\/de\/wp-json\/wp\/v2\/faq_category?post=4612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}