|  |  |  | 
|---|
|  |  |  | const writeInteractiveSignal = intToBitArrayFromBinaryString(number, 8) | 
|---|
|  |  |  | eventData.data.writeInteractiveSignal = writeInteractiveSignal; | 
|---|
|  |  |  | device.data = eventData.data | 
|---|
|  |  |  | console.log("🚀 ~ onMounted ~ device:", device.data) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | else { | 
|---|
|  |  |  | const number = eventData.data.commandWrite.writeInteractiveSignal; | 
|---|
|  |  |  | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | </script> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <style scoped> | 
|---|
|  |  |  | .Linebox{ | 
|---|
|  |  |  | width: 573px; | 
|---|
|  |  |  | float: left; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .box1{ | 
|---|
|  |  |  | float: left; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .card-body{ | 
|---|
|  |  |  | text-align: center; | 
|---|
|  |  |  | border-radius: 6% ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .Stacker{ | 
|---|
|  |  |  | background-color: burlywood; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | .lis{ | 
|---|
|  |  |  | float: left; | 
|---|
|  |  |  | width: 269px; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | </style> | 
|---|