This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| receivers: | |
| awsfirehose/metrics: | |
| endpoint: 0.0.0.0:4433 | |
| encoding: cwmetrics | |
| # access_key: "some_access_key" | |
| awsfirehose/logs: | |
| endpoint: 0.0.0.0:4434 | |
| encoding: cwlogs | |
| otlp: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aiobotocore==2.25.0 | |
| aiohttp==3.13.3 | |
| anyio==4.11.0 | |
| appnope==0.1.4 | |
| aws-requests-auth==0.4.3 | |
| beautifulsoup4==4.14.2 | |
| boto3==1.40.49 | |
| boto3-stubs==1.40.57 | |
| botocore==1.40.49 | |
| botocore-stubs==1.40.57 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import org.openhab.core.library.items.* | |
| import org.eclipse.smarthome.core.library.types.* | |
| val url = "http://smartcare.mi.hdm-stuttgart.de/api/public/patientdevice.json" | |
| val radioStation = "The Sweet Sixties" | |
| val int maxVolume = 7 | |
| val org.eclipse.xtext.xbase.lib.Functions$Function4 switchState = [ | |
| String url, |