Skip to content

Commit

Permalink
Update wasm files
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhitoyokoi committed Oct 23, 2022
1 parent 120379c commit 8d23d10
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
Binary file added docs/console.wasm
Binary file not shown.
Binary file added docs/worldmap.wasm
Binary file not shown.
58 changes: 58 additions & 0 deletions flows.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
package main
func flows() string { return `
[
{
id: '8740d4c87aa226d5',
type: 'http request',
z: '506a7e799b8b8c67',
name: '',
method: 'GET',
ret: 'obj',
paytoqs: 'ignore',
url: 'https://api.wheretheiss.at/v1/satellites/25544',
tls: '',
persist: false,
proxy: '',
insecureHTTPParser: false,
authType: '',
senderr: false,
headers: [],
x: 390,
y: 120,
wires: [ [Array] ]
},
{
id: '7d5ef118b8c6f3cb',
type: 'inject',
z: '506a7e799b8b8c67',
name: '',
props: [ [Object], [Object] ],
repeat: '1',
crontab: '',
once: false,
onceDelay: 0.1,
topic: '',
payload: '',
payloadType: 'date',
x: 210,
y: 120,
wires: [ [Array] ]
},
{
id: '9ae96b81d3eb6fe2',
type: 'debug',
z: '506a7e799b8b8c67',
name: 'debug 1',
active: true,
tosidebar: true,
console: false,
tostatus: false,
complete: 'false',
statusVal: '',
statusType: 'auto',
x: 560,
y: 120,
wires: []
}
]
`}

0 comments on commit 8d23d10

Please sign in to comment.