File tree 3 files changed +25
-25
lines changed
node-red-node-ui-microphone
3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
"id" : " a8ba498b.33a468" ,
4
4
"type" : " ui_iframe" ,
5
- "z" : " 89becf3.5c6133 " ,
5
+ "z" : " e264831f.61b8d " ,
6
6
"group" : " 6467854a.60785c" ,
7
7
"name" : " " ,
8
8
"order" : 1 ,
9
- "width" : 20 ,
10
- "height" : 12 ,
9
+ "width" : " 16 " ,
10
+ "height" : " 9 " ,
11
11
"url" : " http://nodered.org" ,
12
12
"origin" : " *" ,
13
13
"scale" : " 100" ,
14
- "x" : 610 ,
15
- "y" : 440 ,
14
+ "x" : 590 ,
15
+ "y" : 140 ,
16
16
"wires" : [
17
17
[]
18
18
]
19
19
},
20
20
{
21
21
"id" : " ade9c361.85d6c" ,
22
22
"type" : " ui_slider" ,
23
- "z" : " 89becf3.5c6133 " ,
23
+ "z" : " e264831f.61b8d " ,
24
24
"name" : " " ,
25
25
"label" : " Scale" ,
26
26
"tooltip" : " " ,
32
32
"outs" : " all" ,
33
33
"topic" : " topic" ,
34
34
"topicType" : " msg" ,
35
- "min" : 0 ,
36
- "max" : " 100 " ,
35
+ "min" : " 25 " ,
36
+ "max" : " 125 " ,
37
37
"step" : 1 ,
38
- "x" : 270 ,
39
- "y" : 480 ,
38
+ "x" : 250 ,
39
+ "y" : 180 ,
40
40
"wires" : [
41
41
[
42
42
" e3756b0b.2153a8" ,
47
47
{
48
48
"id" : " 6197d43f.97de3c" ,
49
49
"type" : " change" ,
50
- "z" : " 89becf3.5c6133 " ,
50
+ "z" : " e264831f.61b8d " ,
51
51
"name" : " " ,
52
52
"rules" : [
53
53
{
63
63
"from" : " " ,
64
64
"to" : " " ,
65
65
"reg" : false ,
66
- "x" : 440 ,
67
- "y" : 440 ,
66
+ "x" : 420 ,
67
+ "y" : 140 ,
68
68
"wires" : [
69
69
[
70
70
" a8ba498b.33a468"
74
74
{
75
75
"id" : " 3d635006.bd029" ,
76
76
"type" : " inject" ,
77
- "z" : " 89becf3.5c6133 " ,
77
+ "z" : " e264831f.61b8d " ,
78
78
"name" : " " ,
79
79
"props" : [
80
80
{
92
92
"topic" : " " ,
93
93
"payload" : " 56" ,
94
94
"payloadType" : " num" ,
95
- "x" : 130 ,
96
- "y" : 480 ,
95
+ "x" : 110 ,
96
+ "y" : 180 ,
97
97
"wires" : [
98
98
[
99
99
" ade9c361.85d6c"
103
103
{
104
104
"id" : " e3756b0b.2153a8" ,
105
105
"type" : " ui_text" ,
106
- "z" : " 89becf3.5c6133 " ,
106
+ "z" : " e264831f.61b8d " ,
107
107
"group" : " 6467854a.60785c" ,
108
108
"order" : 3 ,
109
109
"width" : " 1" ,
112
112
"label" : " " ,
113
113
"format" : " {{msg.payload}}%" ,
114
114
"layout" : " row-spread" ,
115
- "x" : 410 ,
116
- "y" : 480 ,
115
+ "x" : 390 ,
116
+ "y" : 180 ,
117
117
"wires" : []
118
118
},
119
119
{
120
120
"id" : " c20c12a5.5b655" ,
121
121
"type" : " comment" ,
122
- "z" : " 89becf3.5c6133 " ,
122
+ "z" : " e264831f.61b8d " ,
123
123
"name" : " Scale embedded web page by slider value" ,
124
124
"info" : " " ,
125
- "x" : 220 ,
126
- "y" : 400 ,
125
+ "x" : 200 ,
126
+ "y" : 100 ,
127
127
"wires" : []
128
128
},
129
129
{
133
133
"tab" : " d2d722c.92e12e" ,
134
134
"order" : 1 ,
135
135
"disp" : true ,
136
- "width" : " 20 " ,
136
+ "width" : " 16 " ,
137
137
"collapse" : false
138
138
},
139
139
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-node-ui-iframe" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " Node-RED UI widget node for embedding web page" ,
5
5
"author" : " Hiroyasu Nishiyama" ,
6
6
"contributors" : [
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ module.exports = function(RED) {
83
83
*/
84
84
initController : function ( $scope ) {
85
85
var isAudio = true ;
86
-
86
+
87
87
$scope . init = function ( config ) {
88
88
//console.log("ui_microphone: initialised config:",config);
89
89
$scope . config = config ;
You can’t perform that action at this time.
0 commit comments