Skip to content

Commit

Permalink
Migrated to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Feb 3, 2025
1 parent 7cdbbec commit b8e1de5
Show file tree
Hide file tree
Showing 197 changed files with 4,243 additions and 5,128 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ If you configure a camera with name `cam1` it will be available on
web server under `http(s)://iobroker-IP:8082/cameras.0/cam1`.

Additionally, the image could be requested via a message:
```
```js
sendTo('cameras.0', 'image', {
name: 'cam1',
width: 100, // optional
height: 50, // optional
angle: 90 // optional
angle: 90, // optional
noCache: true // optional, if you want to get the image not from cache
}, result => {
const img = 'data:' + result.contentType + ';base64,' + result.data;
Expand Down
132 changes: 0 additions & 132 deletions admin/asset-manifest.json

This file was deleted.

Binary file removed admin/cameras.png
Binary file not shown.
Binary file removed admin/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion admin/index_m.html

This file was deleted.

15 changes: 0 additions & 15 deletions admin/manifest.json

This file was deleted.

2 changes: 0 additions & 2 deletions admin/static/css/main.482ecff8.css

This file was deleted.

1 change: 0 additions & 1 deletion admin/static/css/main.482ecff8.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions admin/static/js/main.e3595bc1.js

This file was deleted.

70 changes: 0 additions & 70 deletions admin/static/js/main.e3595bc1.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion admin/static/js/main.e3595bc1.js.map

This file was deleted.

Loading

0 comments on commit b8e1de5

Please sign in to comment.