source: uKadecot/trunk/tools/EcnlControllerUI/EcnlCtrlUI/devices/PropertyList0273.json@ 248

Last change on this file since 248 was 248, checked in by coas-nagasima, 8 years ago

SVNプロパティにUTF-8を付加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to application/json; charset=UTF-8
File size: 26.6 KB
Line 
1[
2 {
3 "access":[
4 "RULE_SET",
5 "RULE_GET",
6 "ANNOUNCE"
7 ],
8 "arrayCount":0,
9 "description":"動作状態",
10 "fields":[
11
12 ],
13 "identifer":"OperationStatus",
14 "initialValue":null,
15 "isArray":false,
16 "primitive":true,
17 "propertyCode":128,
18 "required":[
19 "RULE_GET"
20 ],
21 "size":1,
22 "type":"uint8_t",
23 "unitDescription":null,
24 "valueDescription":"0x30=ON,0x31=OFF"
25 },
26 {
27 "access":[
28 "RULE_SET",
29 "RULE_GET"
30 ],
31 "arrayCount":0,
32 "description":"運転設定",
33 "fields":[
34
35 ],
36 "identifer":"OperationSetting",
37 "initialValue":null,
38 "isArray":false,
39 "primitive":true,
40 "propertyCode":176,
41 "required":[
42 "RULE_SET",
43 "RULE_GET"
44 ],
45 "size":1,
46 "type":"uint8_t",
47 "unitDescription":null,
48 "valueDescription":"0x10=換気運転,0x20=入浴前予備暖房運転,0x30=入浴中暖房運転,0x40=乾燥運転,0x50=涼風運転,0x00=停止"
49 },
50 {
51 "access":[
52 "RULE_SET",
53 "RULE_GET"
54 ],
55 "arrayCount":0,
56 "description":"換気運転設定",
57 "fields":[
58
59 ],
60 "identifer":"VentilationOperationSetting",
61 "initialValue":null,
62 "isArray":false,
63 "primitive":true,
64 "propertyCode":177,
65 "required":[
66 "NONE"
67 ],
68 "size":1,
69 "type":"uint8_t",
70 "unitDescription":null,
71 "valueDescription":"0x41=自動,0x42=標準,0x31~0x38=風量レベル"
72 },
73 {
74 "access":[
75 "RULE_SET",
76 "RULE_GET"
77 ],
78 "arrayCount":0,
79 "description":"入浴前予備暖房運転設定",
80 "fields":[
81
82 ],
83 "identifer":"BathroomPreWarmerOperationSetting",
84 "initialValue":null,
85 "isArray":false,
86 "primitive":true,
87 "propertyCode":178,
88 "required":[
89 "RULE_SET",
90 "RULE_GET"
91 ],
92 "size":1,
93 "type":"uint8_t",
94 "unitDescription":null,
95 "valueDescription":"0x41=自動,0x42=標準,0x31~0x38=能力レベル"
96 },
97 {
98 "access":[
99 "RULE_SET",
100 "RULE_GET"
101 ],
102 "arrayCount":0,
103 "description":"入浴中暖房運転設定",
104 "fields":[
105
106 ],
107 "identifer":"BathroomHeaterOperationSetting",
108 "initialValue":null,
109 "isArray":false,
110 "primitive":true,
111 "propertyCode":179,
112 "required":[
113 "NONE"
114 ],
115 "size":1,
116 "type":"uint8_t",
117 "unitDescription":null,
118 "valueDescription":"0x41=自動,0x42=標準,0x31~0x38=能力レベル"
119 },
120 {
121 "access":[
122 "RULE_SET",
123 "RULE_GET"
124 ],
125 "arrayCount":0,
126 "description":"乾燥運転設定",
127 "fields":[
128
129 ],
130 "identifer":"BathroomDryerOperationSetting",
131 "initialValue":null,
132 "isArray":false,
133 "primitive":true,
134 "propertyCode":180,
135 "required":[
136 "RULE_SET",
137 "RULE_GET"
138 ],
139 "size":1,
140 "type":"uint8_t",
141 "unitDescription":null,
142 "valueDescription":"0x41=自動,0x42=標準,0x31~0x38=能力レベル"
143 },
144 {
145 "access":[
146 "RULE_SET",
147 "RULE_GET"
148 ],
149 "arrayCount":0,
150 "description":"涼風運転設定",
151 "fields":[
152
153 ],
154 "identifer":"CoolAirCirculatorOperationSetting",
155 "initialValue":null,
156 "isArray":false,
157 "primitive":true,
158 "propertyCode":181,
159 "required":[
160 "NONE"
161 ],
162 "size":1,
163 "type":"uint8_t",
164 "unitDescription":null,
165 "valueDescription":"0x41=自動,0x42=標準,0x31~0x38=能力レベル"
166 },
167 {
168 "access":[
169 "RULE_GET"
170 ],
171 "arrayCount":0,
172 "description":"室内相対湿度計測値",
173 "fields":[
174
175 ],
176 "identifer":"MeasuredRelativeBathroomHumidity",
177 "initialValue":null,
178 "isArray":false,
179 "primitive":true,
180 "propertyCode":186,
181 "required":[
182 "NONE"
183 ],
184 "size":1,
185 "type":"uint8_t",
186 "unitDescription":"%",
187 "valueDescription":"0x00~0x64(0~100%)"
188 },
189 {
190 "access":[
191 "RULE_GET"
192 ],
193 "arrayCount":0,
194 "description":"室内温度計測値",
195 "fields":[
196
197 ],
198 "identifer":"MeasuredBathroomTemperature",
199 "initialValue":null,
200 "isArray":false,
201 "primitive":true,
202 "propertyCode":187,
203 "required":[
204 "NONE"
205 ],
206 "size":1,
207 "type":"int8_t",
208 "unitDescription":"℃",
209 "valueDescription":"0x81~0x7D(-127~125℃)"
210 },
211 {
212 "access":[
213 "RULE_SET",
214 "RULE_GET"
215 ],
216 "arrayCount":0,
217 "description":"換気風量設定",
218 "fields":[
219
220 ],
221 "identifer":"VentilationAirFlowRateSetting",
222 "initialValue":null,
223 "isArray":false,
224 "primitive":true,
225 "propertyCode":194,
226 "required":[
227 "NONE"
228 ],
229 "size":1,
230 "type":"uint8_t",
231 "unitDescription":null,
232 "valueDescription":"0x41=自動,0x31~0x38=風量レベル"
233 },
234 {
235 "access":[
236 "RULE_SET",
237 "RULE_GET"
238 ],
239 "arrayCount":0,
240 "description":"フィルタサイン設定",
241 "fields":[
242
243 ],
244 "identifer":"FilterCleaningReminderSignSetting",
245 "initialValue":null,
246 "isArray":false,
247 "primitive":true,
248 "propertyCode":207,
249 "required":[
250 "NONE"
251 ],
252 "size":1,
253 "type":"uint8_t",
254 "unitDescription":null,
255 "valueDescription":"0x41=点灯,0x42=消灯"
256 },
257 {
258 "access":[
259 "RULE_GET"
260 ],
261 "arrayCount":0,
262 "description":"人体検知状態",
263 "fields":[
264
265 ],
266 "identifer":"HumanBodyDetectionStatus",
267 "initialValue":null,
268 "isArray":false,
269 "primitive":true,
270 "propertyCode":224,
271 "required":[
272 "NONE"
273 ],
274 "size":1,
275 "type":"uint8_t",
276 "unitDescription":null,
277 "valueDescription":"0x41=人体検知あり,0x42=人体検知なし"
278 },
279 {
280 "access":[
281 "RULE_SET",
282 "RULE_GET"
283 ],
284 "arrayCount":0,
285 "description":"ONタイマ予約設定1",
286 "fields":[
287
288 ],
289 "identifer":"OnTimerBasedReservationSetting1",
290 "initialValue":null,
291 "isArray":false,
292 "primitive":true,
293 "propertyCode":144,
294 "required":[
295 "NONE"
296 ],
297 "size":1,
298 "type":"uint8_t",
299 "unitDescription":null,
300 "valueDescription":"0x41=予約入,0x42=予約切"
301 },
302 {
303 "access":[
304 "RULE_SET",
305 "RULE_GET"
306 ],
307 "arrayCount":0,
308 "description":"ONタイマ予約設定2",
309 "fields":[
310
311 ],
312 "identifer":"OnTimerBasedReservationSetting2",
313 "initialValue":null,
314 "isArray":false,
315 "primitive":true,
316 "propertyCode":225,
317 "required":[
318 "NONE"
319 ],
320 "size":1,
321 "type":"uint8_t",
322 "unitDescription":null,
323 "valueDescription":"0x10=換気運転予約,0x20=入浴前予備暖房運転予約,0x30=入浴中暖房運転予約,0x40=乾燥運転予約,0x50=涼風運転予約,0x00=予約切"
324 },
325 {
326 "access":[
327 "RULE_SET",
328 "RULE_GET"
329 ],
330 "arrayCount":0,
331 "description":"ONタイマ時刻設定値",
332 "fields":[
333 {
334 "arrayCount":0,
335 "description":"時",
336 "fields":[
337
338 ],
339 "identifer":"Hour",
340 "initialValue":null,
341 "isArray":false,
342 "primitive":true,
343 "size":1,
344 "type":"uint8_t",
345 "unitDescription":"時",
346 "valueDescription":"0x00~0x17(0~23)"
347 },
348 {
349 "arrayCount":0,
350 "description":"分",
351 "fields":[
352
353 ],
354 "identifer":"Minute",
355 "initialValue":null,
356 "isArray":false,
357 "primitive":true,
358 "size":1,
359 "type":"uint8_t",
360 "unitDescription":"分",
361 "valueDescription":"0x00~0x3B(0~59)"
362 }
363 ],
364 "identifer":"OnTimerSettingTime",
365 "initialValue":null,
366 "isArray":false,
367 "primitive":false,
368 "propertyCode":145,
369 "required":[
370 "NONE"
371 ],
372 "size":2,
373 "type":"hour_minute_t",
374 "unitDescription":null,
375 "valueDescription":""
376 },
377 {
378 "access":[
379 "RULE_SET",
380 "RULE_GET"
381 ],
382 "arrayCount":0,
383 "description":"ONタイマ相対時間設定値",
384 "fields":[
385 {
386 "arrayCount":0,
387 "description":"時",
388 "fields":[
389
390 ],
391 "identifer":"Hour",
392 "initialValue":null,
393 "isArray":false,
394 "primitive":true,
395 "size":1,
396 "type":"uint8_t",
397 "unitDescription":"時",
398 "valueDescription":"0x00~0x17(0~23)"
399 },
400 {
401 "arrayCount":0,
402 "description":"分",
403 "fields":[
404
405 ],
406 "identifer":"Minute",
407 "initialValue":null,
408 "isArray":false,
409 "primitive":true,
410 "size":1,
411 "type":"uint8_t",
412 "unitDescription":"分",
413 "valueDescription":"0x00~0x3B(0~59)"
414 }
415 ],
416 "identifer":"OnTimerSettingRelativeTime",
417 "initialValue":null,
418 "isArray":false,
419 "primitive":false,
420 "propertyCode":146,
421 "required":[
422 "NONE"
423 ],
424 "size":2,
425 "type":"hour_minute_t",
426 "unitDescription":null,
427 "valueDescription":""
428 },
429 {
430 "access":[
431 "RULE_SET",
432 "RULE_GET"
433 ],
434 "arrayCount":0,
435 "description":"OFFタイマ予約設定",
436 "fields":[
437
438 ],
439 "identifer":"OffTimerBasedReservationSetting",
440 "initialValue":null,
441 "isArray":false,
442 "primitive":true,
443 "propertyCode":148,
444 "required":[
445 "NONE"
446 ],
447 "size":1,
448 "type":"uint8_t",
449 "unitDescription":null,
450 "valueDescription":"0x41=予約入,0x42=予約切"
451 },
452 {
453 "access":[
454 "RULE_SET",
455 "RULE_GET"
456 ],
457 "arrayCount":0,
458 "description":"OFFタイマ時刻設定値",
459 "fields":[
460 {
461 "arrayCount":0,
462 "description":"時",
463 "fields":[
464
465 ],
466 "identifer":"Hour",
467 "initialValue":null,
468 "isArray":false,
469 "primitive":true,
470 "size":1,
471 "type":"uint8_t",
472 "unitDescription":"時",
473 "valueDescription":"0x00~0x17(0~23)"
474 },
475 {
476 "arrayCount":0,
477 "description":"分",
478 "fields":[
479
480 ],
481 "identifer":"Minute",
482 "initialValue":null,
483 "isArray":false,
484 "primitive":true,
485 "size":1,
486 "type":"uint8_t",
487 "unitDescription":"分",
488 "valueDescription":"0x00~0x3B(0~59)"
489 }
490 ],
491 "identifer":"OffTimerSettingTime",
492 "initialValue":null,
493 "isArray":false,
494 "primitive":false,
495 "propertyCode":149,
496 "required":[
497 "NONE"
498 ],
499 "size":2,
500 "type":"hour_minute_t",
501 "unitDescription":null,
502 "valueDescription":""
503 },
504 {
505 "access":[
506 "RULE_SET",
507 "RULE_GET"
508 ],
509 "arrayCount":0,
510 "description":"OFFタイマ相対時間設定値",
511 "fields":[
512 {
513 "arrayCount":0,
514 "description":"時",
515 "fields":[
516
517 ],
518 "identifer":"Hour",
519 "initialValue":null,
520 "isArray":false,
521 "primitive":true,
522 "size":1,
523 "type":"uint8_t",
524 "unitDescription":"時",
525 "valueDescription":"0x00~0x17(0~23)"
526 },
527 {
528 "arrayCount":0,
529 "description":"分",
530 "fields":[
531
532 ],
533 "identifer":"Minute",
534 "initialValue":null,
535 "isArray":false,
536 "primitive":true,
537 "size":1,
538 "type":"uint8_t",
539 "unitDescription":"分",
540 "valueDescription":"0x00~0x3B(0~59)"
541 }
542 ],
543 "identifer":"OffTimerSettingRelativeTime",
544 "initialValue":null,
545 "isArray":false,
546 "primitive":false,
547 "propertyCode":150,
548 "required":[
549 "NONE"
550 ],
551 "size":2,
552 "type":"hour_minute_t",
553 "unitDescription":null,
554 "valueDescription":""
555 },
556 {
557 "access":[
558 "RULE_SET",
559 "RULE_GET",
560 "ANNOUNCE"
561 ],
562 "arrayCount":0,
563 "description":"設置場所",
564 "fields":[
565
566 ],
567 "identifer":"InstallationLocation",
568 "initialValue":null,
569 "isArray":false,
570 "primitive":true,
571 "propertyCode":129,
572 "required":[
573 "RULE_SET",
574 "RULE_GET"
575 ],
576 "size":1,
577 "type":"uint8_t",
578 "unitDescription":null,
579 "valueDescription":"2.2設置場所プロパティ参照"
580 },
581 {
582 "access":[
583 "RULE_GET"
584 ],
585 "arrayCount":0,
586 "description":"規格Version情報",
587 "fields":[
588 {
589 "arrayCount":0,
590 "description":"固定1(for future reserved)",
591 "fields":[
592
593 ],
594 "identifer":"Reserved1",
595 "initialValue":null,
596 "isArray":false,
597 "primitive":true,
598 "size":1,
599 "type":"uint8_t",
600 "unitDescription":null,
601 "valueDescription":"0x00"
602 },
603 {
604 "arrayCount":0,
605 "description":"固定2(for future reserved)",
606 "fields":[
607
608 ],
609 "identifer":"Reserved2",
610 "initialValue":null,
611 "isArray":false,
612 "primitive":true,
613 "size":1,
614 "type":"uint8_t",
615 "unitDescription":null,
616 "valueDescription":"0x00"
617 },
618 {
619 "arrayCount":0,
620 "description":"リリース順をASCIIで示す",
621 "fields":[
622
623 ],
624 "identifer":"OrderOfRelease",
625 "initialValue":null,
626 "isArray":false,
627 "primitive":true,
628 "size":1,
629 "type":"uint8_t",
630 "unitDescription":null,
631 "valueDescription":""
632 },
633 {
634 "arrayCount":0,
635 "description":"固定4(for future reserved)",
636 "fields":[
637
638 ],
639 "identifer":"Reserved4",
640 "initialValue":null,
641 "isArray":false,
642 "primitive":true,
643 "size":1,
644 "type":"uint8_t",
645 "unitDescription":null,
646 "valueDescription":"0x00"
647 }
648 ],
649 "identifer":"StandardVersionInformation",
650 "initialValue":null,
651 "isArray":false,
652 "primitive":false,
653 "propertyCode":130,
654 "required":[
655 "RULE_GET"
656 ],
657 "size":4,
658 "type":"standard_version_information_t",
659 "unitDescription":null,
660 "valueDescription":""
661 },
662 {
663 "access":[
664 "RULE_GET"
665 ],
666 "arrayCount":0,
667 "description":"識別番号",
668 "fields":[
669 {
670 "arrayCount":0,
671 "description":"下位通信層IDフィールド",
672 "fields":[
673
674 ],
675 "identifer":"LowerLayerCommunicationIdField",
676 "initialValue":null,
677 "isArray":false,
678 "primitive":true,
679 "size":1,
680 "type":"uint8_t",
681 "unitDescription":null,
682 "valueDescription":"0x01~0xFD=下位通信層で使用される通信プロトコルで固有の番号が振られている場合、プロトコル別に応じて、任意に設定(ECHONET Liteでは使用しない),0x11~0x1F=電灯線a\/d方式,0x31~0x3F=特定小電力無線,0x41~0x4F=拡張HBS,0x51~0x5F=IrDA,0x61~0x6F=LonTalk,0x71~0x7F=Bluetooth,0x81~0x8F=イーサネット,0x91~0x9F=IEEE802.11\/11b,0xA1=電灯線c方式,0xB1=IPv6\/Ethernet,0xB2=IPv6\/6LoWPAN,0xFE=2から17バイトをメーカ規定。形式により設定(詳細説明参照),0xFF=2から9バイトを乱数により生成するプロトコルを下位通信層で使用する場合に設定,0x00=識別番号未設定"
683 },
684 {
685 "arrayCount":16,
686 "description":"固有番号フィールド",
687 "fields":[
688
689 ],
690 "identifer":"UniqueNumberField",
691 "initialValue":null,
692 "isArray":true,
693 "primitive":true,
694 "size":1,
695 "type":"uint8_t",
696 "unitDescription":null,
697 "valueDescription":""
698 }
699 ],
700 "identifer":"IdentificationNumber",
701 "initialValue":null,
702 "isArray":false,
703 "primitive":false,
704 "propertyCode":131,
705 "required":[
706 "NONE"
707 ],
708 "size":17,
709 "type":"device_identification_number_t",
710 "unitDescription":null,
711 "valueDescription":""
712 },
713 {
714 "access":[
715 "RULE_GET"
716 ],
717 "arrayCount":0,
718 "description":"瞬時消費電力計測値",
719 "fields":[
720
721 ],
722 "identifer":"MeasuredInstantaneousPowerConsumption",
723 "initialValue":null,
724 "isArray":false,
725 "primitive":true,
726 "propertyCode":132,
727 "required":[
728 "NONE"
729 ],
730 "size":2,
731 "type":"uint16_t",
732 "unitDescription":"W",
733 "valueDescription":"0x0000~0xFFFD(0~65533W)"
734 },
735 {
736 "access":[
737 "RULE_GET"
738 ],
739 "arrayCount":0,
740 "description":"積算消費電力計測値",
741 "fields":[
742
743 ],
744 "identifer":"MeasuredCumulativePowerConsumption",
745 "initialValue":null,
746 "isArray":false,
747 "primitive":true,
748 "propertyCode":133,
749 "required":[
750 "NONE"
751 ],
752 "size":4,
753 "type":"uint32_t",
754 "unitDescription":"kWh",
755 "valueDescription":"0x00000000~0x3B9AC9FF(0~999,999.999kWh)"
756 },
757 {
758 "access":[
759 "RULE_GET",
760 "VARIABLE"
761 ],
762 "arrayCount":0,
763 "description":"メーカ異常コード",
764 "fields":[
765 {
766 "arrayCount":0,
767 "description":"異常コード部のデータサイズ",
768 "fields":[
769
770 ],
771 "identifer":"DataSizeOfTheFaultCodeField",
772 "initialValue":null,
773 "isArray":false,
774 "primitive":true,
775 "size":1,
776 "type":"uint8_t",
777 "unitDescription":null,
778 "valueDescription":""
779 },
780 {
781 "arrayCount":0,
782 "description":"メーカーコード",
783 "fields":[
784 {
785 "arrayCount":3,
786 "description":"メーカーコード",
787 "fields":[
788
789 ],
790 "identifer":"ManufacturerCode",
791 "initialValue":null,
792 "isArray":true,
793 "primitive":true,
794 "size":1,
795 "type":"uint8_t",
796 "unitDescription":null,
797 "valueDescription":"ECHONETコンソーシアムで規定。"
798 }
799 ],
800 "identifer":"ManufacturerCode",
801 "initialValue":null,
802 "isArray":false,
803 "primitive":false,
804 "size":3,
805 "type":"manufacturer_code_t",
806 "unitDescription":null,
807 "valueDescription":""
808 },
809 {
810 "arrayCount":221,
811 "description":"各メーカ独自の異常コード部",
812 "fields":[
813
814 ],
815 "identifer":"FieldForManufacturerDefinedFaultCode",
816 "initialValue":null,
817 "isArray":true,
818 "primitive":true,
819 "size":1,
820 "type":"uint8_t",
821 "unitDescription":null,
822 "valueDescription":""
823 }
824 ],
825 "identifer":"ManufacturersFaultCode",
826 "initialValue":null,
827 "isArray":false,
828 "primitive":false,
829 "propertyCode":134,
830 "required":[
831 "NONE"
832 ],
833 "size":225,
834 "type":"manufacturers_fault_code_t",
835 "unitDescription":null,
836 "valueDescription":""
837 },
838 {
839 "access":[
840 "RULE_SET",
841 "RULE_GET"
842 ],
843 "arrayCount":0,
844 "description":"電流制限設定",
845 "fields":[
846
847 ],
848 "identifer":"CurrentLimitSetting",
849 "initialValue":null,
850 "isArray":false,
851 "primitive":true,
852 "propertyCode":135,
853 "required":[
854 "NONE"
855 ],
856 "size":1,
857 "type":"uint8_t",
858 "unitDescription":"%",
859 "valueDescription":"0x00~0x64(0~100%)"
860 },
861 {
862 "access":[
863 "RULE_GET",
864 "ANNOUNCE"
865 ],
866 "arrayCount":0,
867 "description":"異常発生状態",
868 "fields":[
869
870 ],
871 "identifer":"FaultStatus",
872 "initialValue":null,
873 "isArray":false,
874 "primitive":true,
875 "propertyCode":136,
876 "required":[
877 "RULE_GET"
878 ],
879 "size":1,
880 "type":"uint8_t",
881 "unitDescription":null,
882 "valueDescription":"0x41=異常発生有,0x42=異常発生無"
883 },
884 {
885 "access":[
886 "RULE_GET"
887 ],
888 "arrayCount":0,
889 "description":"異常内容",
890 "fields":[
891
892 ],
893 "identifer":"FaultDescription",
894 "initialValue":null,
895 "isArray":false,
896 "primitive":true,
897 "propertyCode":137,
898 "required":[
899 "NONE"
900 ],
901 "size":2,
902 "type":"uint16_t",
903 "unitDescription":null,
904 "valueDescription":"2.5異常内容プロパティ参照"
905 },
906 {
907 "access":[
908 "RULE_GET"
909 ],
910 "arrayCount":0,
911 "description":"メーカーコード",
912 "fields":[
913 {
914 "arrayCount":3,
915 "description":"メーカーコード",
916 "fields":[
917
918 ],
919 "identifer":"ManufacturerCode",
920 "initialValue":null,
921 "isArray":true,
922 "primitive":true,
923 "size":1,
924 "type":"uint8_t",
925 "unitDescription":null,
926 "valueDescription":"ECHONETコンソーシアムで規定。"
927 }
928 ],
929 "identifer":"ManufacturerCode",
930 "initialValue":null,
931 "isArray":false,
932 "primitive":false,
933 "propertyCode":138,
934 "required":[
935 "RULE_GET"
936 ],
937 "size":3,
938 "type":"manufacturer_code_t",
939 "unitDescription":null,
940 "valueDescription":"(ECHONETコンソーシアムで規定。)"
941 },
942 {
943 "access":[
944 "RULE_GET"
945 ],
946 "arrayCount":3,
947 "description":"事業場コード",
948 "fields":[
949
950 ],
951 "identifer":"BusinessFacilityCode",
952 "initialValue":null,
953 "isArray":true,
954 "primitive":true,
955 "propertyCode":139,
956 "required":[
957 "NONE"
958 ],
959 "size":1,
960 "type":"uint8_t",
961 "unitDescription":null,
962 "valueDescription":"(各メーカ毎に規定。)"
963 },
964 {
965 "access":[
966 "RULE_GET"
967 ],
968 "arrayCount":12,
969 "description":"商品コード",
970 "fields":[
971
972 ],
973 "identifer":"ProductCode",
974 "initialValue":null,
975 "isArray":true,
976 "primitive":true,
977 "propertyCode":140,
978 "required":[
979 "NONE"
980 ],
981 "size":1,
982 "type":"uint8_t",
983 "unitDescription":null,
984 "valueDescription":"(各メーカ毎に規定。)"
985 },
986 {
987 "access":[
988 "RULE_GET"
989 ],
990 "arrayCount":12,
991 "description":"製造番号",
992 "fields":[
993
994 ],
995 "identifer":"ProductionNumber",
996 "initialValue":null,
997 "isArray":true,
998 "primitive":true,
999 "propertyCode":141,
1000 "required":[
1001 "NONE"
1002 ],
1003 "size":1,
1004 "type":"uint8_t",
1005 "unitDescription":null,
1006 "valueDescription":"(各メーカ毎に規定。)"
1007 },
1008 {
1009 "access":[
1010 "RULE_GET"
1011 ],
1012 "arrayCount":0,
1013 "description":"製造年月日",
1014 "fields":[
1015 {
1016 "arrayCount":0,
1017 "description":"年",
1018 "fields":[
1019
1020 ],
1021 "identifer":"Year",
1022 "initialValue":null,
1023 "isArray":false,
1024 "primitive":true,
1025 "size":2,
1026 "type":"uint16_t",
1027 "unitDescription":"年",
1028 "valueDescription":"0x0001~0x270F(1~9999)"
1029 },
1030 {
1031 "arrayCount":0,
1032 "description":"月",
1033 "fields":[
1034
1035 ],
1036 "identifer":"Mounth",
1037 "initialValue":null,
1038 "isArray":false,
1039 "primitive":true,
1040 "size":1,
1041 "type":"uint8_t",
1042 "unitDescription":"月",
1043 "valueDescription":"0x01~0x0C(1~12)"
1044 },
1045 {
1046 "arrayCount":0,
1047 "description":"日",
1048 "fields":[
1049
1050 ],
1051 "identifer":"Day",
1052 "initialValue":null,
1053 "isArray":false,
1054 "primitive":true,
1055 "size":1,
1056 "type":"uint8_t",
1057 "unitDescription":"日",
1058 "valueDescription":"0x01~0x1F(1~31)"
1059 }
1060 ],
1061 "identifer":"ProductionDate",
1062 "initialValue":null,
1063 "isArray":false,
1064 "primitive":false,
1065 "propertyCode":142,
1066 "required":[
1067 "NONE"
1068 ],
1069 "size":4,
1070 "type":"year_mounth_day_t",
1071 "unitDescription":null,
1072 "valueDescription":""
1073 },
1074 {
1075 "access":[
1076 "RULE_SET",
1077 "RULE_GET"
1078 ],
1079 "arrayCount":0,
1080 "description":"節電動作設定",
1081 "fields":[
1082
1083 ],
1084 "identifer":"PowerSavingOperationSetting",
1085 "initialValue":null,
1086 "isArray":false,
1087 "primitive":true,
1088 "propertyCode":143,
1089 "required":[
1090 "NONE"
1091 ],
1092 "size":1,
1093 "type":"uint8_t",
1094 "unitDescription":null,
1095 "valueDescription":"0x41=節電動作中,0x42=通常動作中"
1096 },
1097 {
1098 "access":[
1099 "RULE_SET",
1100 "RULE_GET"
1101 ],
1102 "arrayCount":0,
1103 "description":"遠隔操作設定",
1104 "fields":[
1105
1106 ],
1107 "identifer":"PositionInformation",
1108 "initialValue":null,
1109 "isArray":false,
1110 "primitive":true,
1111 "propertyCode":147,
1112 "required":[
1113 "NONE"
1114 ],
1115 "size":1,
1116 "type":"uint8_t",
1117 "unitDescription":null,
1118 "valueDescription":"0x41=公衆回線未経由操作,0x42=公衆回線経由操作"
1119 },
1120 {
1121 "access":[
1122 "RULE_SET",
1123 "RULE_GET"
1124 ],
1125 "arrayCount":0,
1126 "description":"現在時刻設定",
1127 "fields":[
1128 {
1129 "arrayCount":0,
1130 "description":"時",
1131 "fields":[
1132
1133 ],
1134 "identifer":"Hour",
1135 "initialValue":null,
1136 "isArray":false,
1137 "primitive":true,
1138 "size":1,
1139 "type":"uint8_t",
1140 "unitDescription":"時",
1141 "valueDescription":"0x00~0x17(0~23)"
1142 },
1143 {
1144 "arrayCount":0,
1145 "description":"分",
1146 "fields":[
1147
1148 ],
1149 "identifer":"Minute",
1150 "initialValue":null,
1151 "isArray":false,
1152 "primitive":true,
1153 "size":1,
1154 "type":"uint8_t",
1155 "unitDescription":"分",
1156 "valueDescription":"0x00~0x3B(0~59)"
1157 }
1158 ],
1159 "identifer":"CurrentTimeSetting",
1160 "initialValue":null,
1161 "isArray":false,
1162 "primitive":false,
1163 "propertyCode":151,
1164 "required":[
1165 "NONE"
1166 ],
1167 "size":2,
1168 "type":"hour_minute_t",
1169 "unitDescription":null,
1170 "valueDescription":""
1171 },
1172 {
1173 "access":[
1174 "RULE_SET",
1175 "RULE_GET"
1176 ],
1177 "arrayCount":0,
1178 "description":"現在年月日設定",
1179 "fields":[
1180 {
1181 "arrayCount":0,
1182 "description":"年",
1183 "fields":[
1184
1185 ],
1186 "identifer":"Year",
1187 "initialValue":null,
1188 "isArray":false,
1189 "primitive":true,
1190 "size":2,
1191 "type":"uint16_t",
1192 "unitDescription":"年",
1193 "valueDescription":"0x0001~0x270F(1~9999)"
1194 },
1195 {
1196 "arrayCount":0,
1197 "description":"月",
1198 "fields":[
1199
1200 ],
1201 "identifer":"Mounth",
1202 "initialValue":null,
1203 "isArray":false,
1204 "primitive":true,
1205 "size":1,
1206 "type":"uint8_t",
1207 "unitDescription":"月",
1208 "valueDescription":"0x01~0x0C(1~12)"
1209 },
1210 {
1211 "arrayCount":0,
1212 "description":"日",
1213 "fields":[
1214
1215 ],
1216 "identifer":"Day",
1217 "initialValue":null,
1218 "isArray":false,
1219 "primitive":true,
1220 "size":1,
1221 "type":"uint8_t",
1222 "unitDescription":"日",
1223 "valueDescription":"0x01~0x1F(1~31)"
1224 }
1225 ],
1226 "identifer":"CurrentDateSetting",
1227 "initialValue":null,
1228 "isArray":false,
1229 "primitive":false,
1230 "propertyCode":152,
1231 "required":[
1232 "NONE"
1233 ],
1234 "size":4,
1235 "type":"year_mounth_day_t",
1236 "unitDescription":null,
1237 "valueDescription":""
1238 },
1239 {
1240 "access":[
1241 "RULE_SET",
1242 "RULE_GET"
1243 ],
1244 "arrayCount":0,
1245 "description":"電力制限設定",
1246 "fields":[
1247
1248 ],
1249 "identifer":"PowerLimitSetting",
1250 "initialValue":null,
1251 "isArray":false,
1252 "primitive":true,
1253 "propertyCode":153,
1254 "required":[
1255 "NONE"
1256 ],
1257 "size":2,
1258 "type":"uint16_t",
1259 "unitDescription":null,
1260 "valueDescription":"0x0000~0xFFFF(0~65535W)"
1261 },
1262 {
1263 "access":[
1264 "RULE_GET"
1265 ],
1266 "arrayCount":0,
1267 "description":"積算運転時間",
1268 "fields":[
1269 {
1270 "arrayCount":0,
1271 "description":"単位",
1272 "fields":[
1273
1274 ],
1275 "identifer":"Unit",
1276 "initialValue":null,
1277 "isArray":false,
1278 "primitive":true,
1279 "size":1,
1280 "type":"uint8_t",
1281 "unitDescription":null,
1282 "valueDescription":"0x41=秒,0x42=分,0x43=時,0x44=日"
1283 },
1284 {
1285 "arrayCount":0,
1286 "description":"経過時間",
1287 "fields":[
1288
1289 ],
1290 "identifer":"ElapsedTime",
1291 "initialValue":null,
1292 "isArray":false,
1293 "primitive":true,
1294 "size":4,
1295 "type":"uint32_t",
1296 "unitDescription":null,
1297 "valueDescription":"0x00000000~0xFFFFFFFF(0~4294967295)"
1298 }
1299 ],
1300 "identifer":"CumulativeOperatingTime",
1301 "initialValue":null,
1302 "isArray":false,
1303 "primitive":false,
1304 "propertyCode":154,
1305 "required":[
1306 "NONE"
1307 ],
1308 "size":5,
1309 "type":"cumulative_operating_time_t",
1310 "unitDescription":null,
1311 "valueDescription":""
1312 },
1313 {
1314 "access":[
1315 "RULE_GET",
1316 "VARIABLE"
1317 ],
1318 "arrayCount":17,
1319 "description":"SetMプロパティマップ",
1320 "fields":[
1321
1322 ],
1323 "identifer":"SetMPropertyMap",
1324 "initialValue":null,
1325 "isArray":true,
1326 "primitive":true,
1327 "propertyCode":155,
1328 "required":[
1329 "RULE_GET"
1330 ],
1331 "size":1,
1332 "type":"uint8_t",
1333 "unitDescription":null,
1334 "valueDescription":"付録1.参照"
1335 },
1336 {
1337 "access":[
1338 "RULE_GET",
1339 "VARIABLE"
1340 ],
1341 "arrayCount":17,
1342 "description":"GetMプロパティマップ",
1343 "fields":[
1344
1345 ],
1346 "identifer":"GetMPropertyMap",
1347 "initialValue":null,
1348 "isArray":true,
1349 "primitive":true,
1350 "propertyCode":156,
1351 "required":[
1352 "RULE_GET"
1353 ],
1354 "size":1,
1355 "type":"uint8_t",
1356 "unitDescription":null,
1357 "valueDescription":"付録1.参照"
1358 },
1359 {
1360 "access":[
1361 "RULE_GET",
1362 "VARIABLE"
1363 ],
1364 "arrayCount":17,
1365 "description":"状変アナウンスプロパティマップ",
1366 "fields":[
1367
1368 ],
1369 "identifer":"StatusChangeAnnouncementPropertyMap",
1370 "initialValue":null,
1371 "isArray":true,
1372 "primitive":true,
1373 "propertyCode":157,
1374 "required":[
1375 "RULE_GET"
1376 ],
1377 "size":1,
1378 "type":"uint8_t",
1379 "unitDescription":null,
1380 "valueDescription":"付録1.参照"
1381 },
1382 {
1383 "access":[
1384 "RULE_GET",
1385 "VARIABLE"
1386 ],
1387 "arrayCount":17,
1388 "description":"Setプロパティマップ",
1389 "fields":[
1390
1391 ],
1392 "identifer":"SetPropertyMap",
1393 "initialValue":null,
1394 "isArray":true,
1395 "primitive":true,
1396 "propertyCode":158,
1397 "required":[
1398 "RULE_GET"
1399 ],
1400 "size":1,
1401 "type":"uint8_t",
1402 "unitDescription":null,
1403 "valueDescription":"付録1.参照"
1404 },
1405 {
1406 "access":[
1407 "RULE_GET",
1408 "VARIABLE"
1409 ],
1410 "arrayCount":17,
1411 "description":"Getプロパティマップ",
1412 "fields":[
1413
1414 ],
1415 "identifer":"GetPropertyMap",
1416 "initialValue":null,
1417 "isArray":true,
1418 "primitive":true,
1419 "propertyCode":159,
1420 "required":[
1421 "RULE_GET"
1422 ],
1423 "size":1,
1424 "type":"uint8_t",
1425 "unitDescription":null,
1426 "valueDescription":"付録1.参照"
1427 }
1428]
Note: See TracBrowser for help on using the repository browser.